Interface genérica IServiceManagement

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

An interface which provides a simpler authentication experience.

Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (em Microsoft.Xrm.Sdk.dll)

Sintaxe

'Declaração
Public Interface IServiceManagement(Of TService)
public interface IServiceManagement<TService>

GenericParameters

Comentários

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.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows Server 2003 e

Plataformas de destino

Windows Vista,Windows XP

Consulte também

Referência

Membros de IServiceManagement
Namespace Microsoft.Xrm.Sdk.Client
Improve Service Channel Allocation Performance

Outros recursos

Sample: Authenticate Users with Microsoft Dynamics CRM Web Services

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