Deploy Constructor (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(
Scope scope
)
Public Sub New (
scope As Scope
)
public:
Deploy(
Scope^ scope
)
new :
scope : Scope -> Deploy
Parameters
- scope
- Type: Akka.ActorScope
[Missing <param name="scope"/> documentation for "M:Akka.Actor.Deploy.#ctor(Akka.Actor.Scope)"]
See Also