Classe ProxyClientHelper
S'applique à: CRM 2015 on-prem, CRM Online
Provides helper methods to create a deployment service client class.
Espace de noms: Microsoft.Xrm.Sdk.Deployment.Proxy
Assembly: Microsoft.Xrm.Sdk.Deployment (dans Microsoft.Xrm.Sdk.Deployment.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ProxyClientHelper
public static class ProxyClientHelper
Exemple
DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));
Hiérarchie d'héritage
System.Object
Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper
Cohérence de thread
Tous les membres statiques publics (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres d'instance ne sont pas garantis thread-safe.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Change History
Voir aussi
Référence
Membres ProxyClientHelper
Espace de noms Microsoft.Xrm.Sdk.Deployment.Proxy
Autres ressources
Introduction to the Deployment Web Service
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.