RemoteSettings..::..QuarantineDuration Property

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

Syntax


public Nullable<TimeSpan> QuarantineDuration { get; set; }
Public Property QuarantineDuration As Nullable(Of TimeSpan)
	Get
	Set
public:
property Nullable<TimeSpan^> QuarantineDuration {
	Nullable<TimeSpan^> get ();
	void set (Nullable<TimeSpan^> value);
}