Time to wait before making another connection attempt, in milliseconds. Default == 1000.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public long RetryIntervalMS { get; set; }
Public Property RetryIntervalMS As Long
	Get
	Set
public:
property long long RetryIntervalMS {
	long long get ();
	void set (long long value);
}

See Also