Fired when remote API client authentication status is changed
Visual Basic |
---|
Public Event AuthenticationStatusChanged( _ ByVal new_status As eSessionStatus, _ ByVal cqg_error As CQGError _ ) |
- new_status
New authentication status.Value Description ssAlreadyLoggedIn User is already logged in ssAuthorizationFailed User authorization failed ssInternalSystemError Internal error ssNoAvailableDataServers There were no available data servers for the client request ssNoAvailableLoginService Login service is not available ssNoAvailableMetadataServers There were no available metadata servers for the client request ssNoAvailableROMNumbers No ROM numbers are available in CQGT client pool for CQGT authentication request to succeed ssNoRemoteAPIPermission Client doesn't have enablement to access Remote API ssNotAuthenticated User is not authenticated ssNotEnabled Client is not enabled ssSuccess Successful result - cqg_error
CQGError object describing the last error occurred during authentication process. CQGCEL.IsValid(Invalid_Error) returns False.