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: 2.2.8.5956 (2.2.8.5956)

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