Compartilhar via


Classe ProxyClientHelper

Aplica-se a: CRM 2015 on-prem, CRM Online

Provides helper methods to create a deployment service client class.

Namespace: Microsoft.Xrm.Sdk.Deployment.Proxy
Assembly: Microsoft.Xrm.Sdk.Deployment (em Microsoft.Xrm.Sdk.Deployment.dll)

Sintaxe

'Declaração
Public NotInheritable Class ProxyClientHelper
public static class ProxyClientHelper

Exemplo

DeploymentServiceClient service = Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper.CreateClient(new Uri("http://MyServerName/XRMDeployment/2011/Deployment.svc"));

Hierarquia de Herança

System.Object
  Microsoft.Xrm.Sdk.Deployment.Proxy.ProxyClientHelper

Segurança do Thread

Todos os membros estáticos (Shared in Visual Basic) desse tipo são protegidos por thread. Não há nenhum garantia de que os membros de instância sejam protegidos por thread.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Change History

Consulte também

Referência

Membros de ProxyClientHelper
Namespace Microsoft.Xrm.Sdk.Deployment.Proxy

Outros recursos

Introduction to the Deployment Web Service

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.