The time after which client will try to reconnect to the server.

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public int RetryConnectionDelay { get; set; }
Visual Basic
Public Property RetryConnectionDelay As Integer
	Get
	Set
Visual C++
public:
property int RetryConnectionDelay {
	int get ();
	void set (int value);
}

See Also