The number of milliseconds to wait between connection attempts. This is only meaningful when asynchronous connection is used.

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

See Also