DaemonMsgCreate..::..Supervisor Property

Gets the supervisor.

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

Syntax


public ActorRef Supervisor { get; set; }
Public Property Supervisor As ActorRef
	Get
	Set
public:
property ActorRef^ Supervisor {
	ActorRef^ get ();
	void set (ActorRef^ value);
}

Field Value

The supervisor.