Builder..::..Recipient Property

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

Syntax


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