| Deploy Constructor (String, Config, RouterConfig, Scope, String, String) |
Initializes a new instance of the
Deploy class.
Namespace:
Akka.Actor
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Deploy(
string path,
Config config,
RouterConfig routerConfig,
Scope scope,
string dispatcher,
string mailbox
)
new :
path : string *
config : Config *
routerConfig : RouterConfig *
scope : Scope *
dispatcher : string *
mailbox : string -> Deploy
Parameters
- path
- Type: SystemString
The path to deploy the actor. - config
- Type: Akka.ConfigurationConfig
The configuration used when deploying the actor. - routerConfig
- Type: Akka.RoutingRouterConfig
The router used in this deployment. - scope
- Type: Akka.ActorScope
The scope to bind to this deployment. - dispatcher
- Type: SystemString
The dispatcher used in this deployment. - mailbox
- Type: SystemString
The mailbox configured for the actor used in this deployment.
See Also