Share via


IServiceManagement ジェネリック インターフェイス

適用対象: CRM 2015 on-prem, CRM Online

An interface which provides a simpler authentication experience.

名前空間: Microsoft.Xrm.Sdk.Client
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)

構文

'宣言
Public Interface IServiceManagement(Of TService)
public interface IServiceManagement<TService>

GenericParameters

備考

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.

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

IServiceManagement のメンバー
Microsoft.Xrm.Sdk.Client 名前空間
Improve Service Channel Allocation Performance

他のリソース

Sample: Authenticate Users with Microsoft Dynamics CRM Web Services

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