UnhandledMessage..::..Recipient Property

Gets the recipient.

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

Syntax


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

Field Value

The recipient.