StreamLink.NET
ReconnectAttempts Property
StreamLink.NETCaplin.StreamLinkIConnectionConfigurationReconnectAttempts
Gets or sets the number of reconnect attempts that will be made to each server.
Declaration Syntax
C#Visual BasicVisual C++
int ReconnectAttempts { get; set; }
Property ReconnectAttempts As Integer
property int ReconnectAttempts {
	int get ();
	void set (int value);
}
Value
The number of reconnect attempts.
Remarks
StreamLink will attempt to connect to the server repeatedly, until either the connection succeeds or the application calls the Disconnect()()() method of IStreamLinkProvider. A value less than zero indicates that reconnection should continue until the Disconnect()()() method is called.

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