Number of attempts to restore the telecommunication link.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

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

See Also