RemoteSettings..::..ShutdownTimeout Property

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

Syntax


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