LoginManager Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
The LoginManager() method is the constructor for the LoginManager class.
'Usage
Dim getUser As IGetUser
Dim sessionId As Integer
Dim instance As New LoginManager(getUser, sessionId)
Parameters
- getUser
- Required. Holds an object that implements the IGetUser interface, for obtaining a user ID and password from the client if Automatic Login is not being used or fails.
- sessionId
- Required. Holds the MES session ID; needed to access the Middleware.