Platform Symphony .NET API Reference - Version 5.1
Close Method
NamespacesPlatform.Symphony.SoamSessionClose()()()()
Closes this Session (mandatory).
Declaration Syntax
C#
public void Close()
Remarks
Closing the session will result in the session being terminated within the middleware. Once a session is closed, no further operations can be performed on the session and all outstanding results will be discarded.

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 session, you will introduce a resource leak.

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