ServerConnectStatusEventArgs Class

Definition

Event Raised when the Server Validate Connection Command operates.

public ref class ServerConnectStatusEventArgs : EventArgs
public class ServerConnectStatusEventArgs : EventArgs
type ServerConnectStatusEventArgs = class
    inherit EventArgs
Public Class ServerConnectStatusEventArgs
Inherits EventArgs
Inheritance
ServerConnectStatusEventArgs

Constructors

ServerConnectStatusEventArgs()
ServerConnectStatusEventArgs(String)
ServerConnectStatusEventArgs(String, Boolean)
ServerConnectStatusEventArgs(String, Boolean, Boolean)
ServerConnectStatusEventArgs(String, Boolean, Exception)

Properties

Connected

if true, connected to CRM, else not connected to CRM

ErrorMessage

Error Message from the originating source

exEvent

Exception that goes with the error message

MultiOrgsFound

If true, there were multiple organizations found, the user will need to select the correct org and re logon.

StatusMessage

Text status message, usually communicating the current state of the login process.

Applies to