Platform Symphony .NET API Reference - Version 5.1
Close Method
NamespacesPlatform.Symphony.SoamConnectionClose()()()()
Closes this Connection (mandatory).
Declaration Syntax
C#
public void Close()
Remarks

Closing the connection will result in the the logical connection between the client and the middleware to become broken. Once a connection is closed no further operations can be performed on the connection and all open sessions will be aborted by the middleware.

Never call Close(...) during the execution of a callback method. This will result in a deadlock.

IMPORTANT NOTE:

This call is mandatory. If you do not close the connection, you will introduce a resource leak.

Assembly: Platform.Symphony.Soam.Net (Module: Platform.Symphony.Soam.Net) Version: 5.1.0.0