WriteAttempt..::..Recipient Property

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

Syntax


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