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

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

Represents a configured Microsoft Dynamics CRM service.

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

構文

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

GenericParameters

  • TService
    Type: 種類. The type of service.

備考

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 the IServiceConfiguration interface only one time per client session and re-use that instance as necessary.

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

IServiceConfiguration のメンバー
Microsoft.Xrm.Sdk.Client 名前空間

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