ServerConnectStatusEventArgs Class

 

Applies To: Dynamics CRM 2015

Event Raised when the Server Validate Connection Command operates.

Namespace:   Microsoft.Xrm.Tooling.CrmConnectControl
Assembly:  Microsoft.Xrm.Tooling.CrmConnectControl (in Microsoft.Xrm.Tooling.CrmConnectControl.dll)

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Xrm.Tooling.CrmConnectControl.ServerConnectStatusEventArgs

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod ServerConnectStatusEventArgs()

System_CAPS_pubmethod ServerConnectStatusEventArgs(String)

System_CAPS_pubmethod ServerConnectStatusEventArgs(String, Boolean)

System_CAPS_pubmethod ServerConnectStatusEventArgs(String, Boolean, Boolean)

System_CAPS_pubmethod ServerConnectStatusEventArgs(String, Boolean, Exception)

Properties

Name Description
System_CAPS_pubproperty Connected

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

System_CAPS_pubproperty ErrorMessage

Error Message from the originating source

System_CAPS_pubproperty exEvent

Exception that goes with the error message

System_CAPS_pubproperty MultiOrgsFound

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

System_CAPS_pubproperty StatusMessage

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Xrm.Tooling.CrmConnectControl Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright