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.0.0.3 (11.0.0.3)

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