| DeployerSetDeploy Method |
TBD
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void SetDeploy(
Deploy deploy
)
member SetDeploy :
deploy : Deploy -> unit
Parameters
- deploy
- Type: Akka.ActorDeploy
TBD
Exceptions Exception | Condition |
---|
IllegalActorNameException |
This exception is thrown if the actor name in the deployment path is empty or contains invalid ASCII.
Valid ASCII includes letters and anything from ValidSymbols. Note that paths
cannot start with the $.
|
See Also