SharedData MaxConnections Property C# API
Gets or sets the maximum number of connections that will be opened from each engine process to each Shared Data Server.

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

public static int MaxConnections { get; set; }
Remarks

The default value is 10. You cannot set a value less than 1.
See Also