CrmServiceClient.Clone 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
Clone(Assembly) |
Clone, 'Clones" the current CRM Service client with a new connection to CRM. Clone only works for connections creating using OAuth Protocol. |
Clone() |
Clone, 'Clones" the current CRM Service client with a new connection to CRM. Clone only works for connections creating using OAuth Protocol. |
Clone(Assembly)
Clone, 'Clones" the current CRM Service client with a new connection to CRM. Clone only works for connections creating using OAuth Protocol.
public:
Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ Clone(System::Reflection::Assembly ^ strongTypeAsm);
public Microsoft.Xrm.Tooling.Connector.CrmServiceClient Clone (System.Reflection.Assembly strongTypeAsm);
member this.Clone : System.Reflection.Assembly -> Microsoft.Xrm.Tooling.Connector.CrmServiceClient
Public Function Clone (strongTypeAsm As Assembly) As CrmServiceClient
Parameters
- strongTypeAsm
- Assembly
Strong Type Assembly to referance as part of the create of the clone.
Returns
Applies to
Clone()
Clone, 'Clones" the current CRM Service client with a new connection to CRM. Clone only works for connections creating using OAuth Protocol.
public:
Microsoft::Xrm::Tooling::Connector::CrmServiceClient ^ Clone();
public Microsoft.Xrm.Tooling.Connector.CrmServiceClient Clone ();
member this.Clone : unit -> Microsoft.Xrm.Tooling.Connector.CrmServiceClient
Public Function Clone () As CrmServiceClient
Returns
returns an active CrmService Client or null