StreamLink.NET
ReconnectInterval Property
StreamLink.NETCaplin.StreamLinkIConnectionConfigurationReconnectInterval
Gets or sets the reconnect interval.
Declaration Syntax
C#Visual BasicVisual C++
int ReconnectInterval { get; set; }
Property ReconnectInterval As Integer
property int ReconnectInterval {
	int get ();
	void set (int value);
}
Value
The reconnect interval in seconds.
Remarks
Determines the interval between reconnection attempts. A value of 0 means that when the connection attempt fails, StreamLink attempts to reconnect immediately.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.19.0 (5.0.19.0)