ProxyClientHelper Klasse
Provides helper methods to create a deployment service client class.
Namespace: Microsoft.Xrm.Sdk.Deployment.Proxy
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
'Declaration
Public NotInheritable Class ProxyClientHelper
public static class ProxyClientHelper
Beispiel
DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));
Vererbungshierarchie
System.Object
Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper
Thread-Sicherheit
Alle öffentlichen statischen Mitglieder (Shared in Visual Basic) dieses Typs sind thread-sicher. Bei Instanzmitgliedern kann keine Garantie für die Thread-Sicherheit übernommen werden.
Plattformen
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows Server 2008,Windows Server 2012,Windows 7
Change History
Siehe auch
Referenz
ProxyClientHelper Mitglieder
Microsoft.Xrm.Sdk.Deployment.Proxy Namespace
Weitere Ressourcen
Introduction to the Deployment Web Service
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.