The number of milliseconds to wait between connection attempts. This is only
meaningful when asynchronous connection is used.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.2.0.0 (11.2.1.1)
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); }