Interface générique IServiceManagement
S'applique à: CRM 2015 on-prem, CRM Online
An interface which provides a simpler authentication experience.
Espace de noms: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (dans Microsoft.Xrm.Sdk.dll)
Syntaxe
'Déclaration
Public Interface IServiceManagement(Of TService)
public interface IServiceManagement<TService>
GenericParameters
- TService
Type: IDiscoveryService or IOrganizationService. Specifies a service type.
Remarques
Instances of the IServiceConfiguration and IServiceManagement interfaces are basically interchangeable, the only real difference being that the IServiceManagement interface exposes support for the AuthenticationCredentials class and a single Authenticate call that covers most scenarios.
For best performance, create an instance of this interface only one time per client session and re-use that instance as necessary.
Plateformes
Plateformes de développement
Windows Vista, Windows Server 2003 et
Plateformes cibles
Windows Vista,Windows XP
Voir aussi
Référence
Membres IServiceManagement
Espace de noms Microsoft.Xrm.Sdk.Client
Improve Service Channel Allocation Performance
Autres ressources
Sample: Authenticate Users with Microsoft Dynamics CRM Web Services
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.