Deploy Constructor (RouterConfig, Scope) |
Initializes a new instance of the
Deploy class
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic Deploy(
RouterConfig routerConfig,
Scope scope
)
Public Sub New (
routerConfig As RouterConfig,
scope As Scope
)
public:
Deploy(
RouterConfig^ routerConfig,
Scope^ scope
)
new :
routerConfig : RouterConfig *
scope : Scope -> Deploy
Parameters
- routerConfig
- Type: Akka.RoutingRouterConfig
[Missing <param name="routerConfig"/> documentation for "M:Akka.Actor.Deploy.#ctor(Akka.Routing.RouterConfig,Akka.Actor.Scope)"]
- scope
- Type: Akka.ActorScope
[Missing <param name="scope"/> documentation for "M:Akka.Actor.Deploy.#ctor(Akka.Routing.RouterConfig,Akka.Actor.Scope)"]
See Also