CrmConnectionManager.ConnectToServerCheck Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ConnectToServerCheck() |
Begins the authentication process for CRM. |
ConnectToServerCheck(CrmOrgByServer) |
Begin Connect check to server |
ConnectToServerCheck()
Begins the authentication process for CRM.
public:
void ConnectToServerCheck();
public void ConnectToServerCheck ();
member this.ConnectToServerCheck : unit -> unit
Public Sub ConnectToServerCheck ()
Applies to
ConnectToServerCheck(CrmOrgByServer)
Begin Connect check to server
public:
void ConnectToServerCheck(Microsoft::Xrm::Tooling::CrmConnectControl::Model::CrmOrgByServer ^ selectedOrgToConnectTo);
public void ConnectToServerCheck (Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgByServer selectedOrgToConnectTo);
member this.ConnectToServerCheck : Microsoft.Xrm.Tooling.CrmConnectControl.Model.CrmOrgByServer -> unit
Public Sub ConnectToServerCheck (selectedOrgToConnectTo As CrmOrgByServer)
Parameters
- selectedOrgToConnectTo
- CrmOrgByServer