Time in seconds to wait between two connection retries.

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 RetryInterval { get; set; }
Visual Basic
Public Property RetryInterval As Integer
	Get
	Set
Visual C++
public:
property int RetryInterval {
	int get ();
	void set (int value);
}

See Also