Deploy Constructor (String, Scope)

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public Deploy(
	string path,
	Scope scope
)
Public Sub New ( _
	path As String, _
	scope As Scope _
)
public:
Deploy(
	String^ path, 
	Scope^ scope
)

Parameters

path
Type: String
scope
Type: Akka.Actor..::..Scope