RemotingListenEvent..::..ListenAddresses Property

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

Syntax


public IList<Address> ListenAddresses { get; set; }
Public Property ListenAddresses As IList(Of Address)
	Get
	Set
public:
property IList<Address^>^ ListenAddresses {
	IList<Address^>^ get ();
	void set (IList<Address^>^ value);
}