Click or drag to resize
Deploy Constructor (String, Scope)
Initializes a new instance of the Deploy class

Namespace: Akka.Actor
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Deploy(
	string path,
	Scope scope
)

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