SharedData MaxConnectionAttempts Property C# API
Gets or sets the maximum number of connection attempts to make when connecting to a Shared Data Server.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public int MaxConnectionAttempts { get; set; }

Field Value

The maximum number of connection attempts to make when connecting to a Shared Data Server.
Remarks

The default is 4.
See Also