RemoteSettings..::..BackoffPeriod Property

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

Syntax


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