Returns a new Props with the specified deployment configuration.
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Props WithDeploy(
Deploy deploy
)
Public Function WithDeploy (
deploy As Deploy
) As Props
public:
Props^ WithDeploy(
Deploy^ deploy
)
member WithDeploy :
deploy : Deploy -> Props
Parameters
- deploy
- Type: Akka.ActorDeploy
The deploy.
Return Value
Type:
PropsProps.
See Also