Interfaccia generica IServiceManagement
Si applica a: CRM 2015 on-prem, CRM Online
An interface which provides a simpler authentication experience.
Spazio dei nomi: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Sintassi
'Dichiarazione
Public Interface IServiceManagement(Of TService)
public interface IServiceManagement<TService>
GenericParameters
- TService
Type: IDiscoveryService or IOrganizationService. Specifies a service type.
Note
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.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri IServiceManagement
Spazio dei nomi Microsoft.Xrm.Sdk.Client
Improve Service Channel Allocation Performance
Altre risorse
Sample: Authenticate Users with Microsoft Dynamics CRM Web Services
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.