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

Syntax

C#
public int ReconnectionInterval { get; set; }
Visual Basic
Public Property ReconnectionInterval As Integer
	Get
	Set
Visual C++
public:
property int ReconnectionInterval {
	int get ();
	void set (int value);
}

See Also