Classe genérica ServiceProxy
Aplica-se a: CRM 2015 on-prem, CRM Online
Provides an abstract base class to encapsulate service connection operations and user authentication management.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)
Sintaxe
'Declaração
Public MustInherit Class ServiceProxy(Of TService)
Implements IDisposable
public abstract class ServiceProxy<TService> : IDisposable
GenericParameters
- TService
Type: IDiscoveryService or IOrganizationService. A service that an instance of this class can access.
Comentários
The two commonly used derived classes are DiscoveryServiceProxy and OrganizationServiceProxy.
Hierarquia de Herança
System.Object
Microsoft.Xrm.Sdk.Client.ServiceProxy
Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy
Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy
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
Consulte também
Referência
Membros de ServiceProxy
Namespace Microsoft.Xrm.Sdk.Client
Outros recursos
Active Directory and Claims-Based Authentication
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.