DaemonMsgCreate Constructor

Initializes a new instance of the DaemonMsgCreate class.

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

Syntax


public DaemonMsgCreate(
	Props props,
	Deploy deploy,
	string path,
	ActorRef supervisor
)
Public Sub New ( _
	props As Props, _
	deploy As Deploy, _
	path As String, _
	supervisor As ActorRef _
)
public:
DaemonMsgCreate(
	Props^ props, 
	Deploy^ deploy, 
	String^ path, 
	ActorRef^ supervisor
)

Parameters

props
Type: Akka.Actor..::..Props
The props.
deploy
Type: Akka.Actor..::..Deploy
The deploy.
path
Type: String
The path.
supervisor
Type: Akka.Actor..::..ActorRef
The supervisor.