Partager via


Classe générique ServiceProxy

S'applique à: CRM 2015 on-prem, CRM Online

Provides an abstract base class to encapsulate service connection operations and user authentication management.

Espace de noms: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)

Syntaxe

'Déclaration
Public MustInherit Class ServiceProxy(Of TService)
    Implements IDisposable
public abstract class ServiceProxy<TService> : IDisposable

GenericParameters

Remarques

The two commonly used derived classes are DiscoveryServiceProxy and OrganizationServiceProxy.

Hiérarchie d'héritage

System.Object
  Microsoft.Xrm.Sdk.Client.ServiceProxy
     Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy
     Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy

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

Voir aussi

Référence

Membres ServiceProxy
Espace de noms Microsoft.Xrm.Sdk.Client

Autres ressources

Active Directory and Claims-Based Authentication

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