[Missing <summary> documentation for "M:Akka.Actor.Deployer.SetDeploy(Akka.Actor.Deploy)"]
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic void SetDeploy(
Deploy deploy
)
Public Sub SetDeploy (
deploy As Deploy
)
public:
void SetDeploy(
Deploy^ deploy
)
member SetDeploy :
deploy : Deploy -> unit
Parameters
- deploy
- Type: Akka.ActorDeploy
[Missing <param name="deploy"/> documentation for "M:Akka.Actor.Deployer.SetDeploy(Akka.Actor.Deploy)"]
See Also