RemoteSettings..::..FlushWait Property

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

Syntax


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