SharedData Close Method C# API
Closes a connection to 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 Close() method")]
public void Close()
Remarks

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