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: 11.1.0.0 (11.1.0.8)

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