RemoteSettings..::..CommandAckTimeout Property

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

Syntax


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