SharedData Connect Method C# API
Connects to a running instance of the Shared Data Server.

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

[ObsoleteAttribute("From version 6.1.0 onwards, connections to the Shared Data Server are opened/closed automatically, it is no longer necessary to call the Connect() method")]
public void Connect()
Remarks

Does nothing. This method is included for backwards compatibility only and will be removed in a later release.
See Also