EndSession Method (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The EndSession() method ends an active session and logs off any users that logged onto entities within this session, if they have not already been logged off manually.
'Declaration
Sub EndSession()
'Usage
Dim instance As ISessionManager
instance.EndSession()
void EndSession()