Click or drag to resize

ApiSessionDispose Method

Dispose the session object.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
Remarks
This method automatically tries to close an open project and disconnects from a potential connected server. When a project is opened exclusively the exclusive mode remains intact. This behavior was chosen to cope with scope loss scenarios in case of an exception that was not handled. Under normal instructions you should already called the CloseProject & Disconnect methods yourself.
See Also