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