ServiceProxy ジェネリック クラス
適用対象: CRM 2015 on-prem, CRM Online
Provides an abstract base class to encapsulate service connection operations and user authentication management.
名前空間: Microsoft.Xrm.Sdk.Client
アセンブリ: Microsoft.Xrm.Sdk (Microsoft.Xrm.Sdk.dll に含まれる)
構文
'宣言
Public MustInherit Class ServiceProxy(Of TService)
Implements IDisposable
public abstract class ServiceProxy<TService> : IDisposable
GenericParameters
- TService
Type: IDiscoveryService or IOrganizationService. A service that an instance of this class can access.
備考
The two commonly used derived classes are DiscoveryServiceProxy and OrganizationServiceProxy.
継承階層
System.Object
Microsoft.Xrm.Sdk.Client.ServiceProxy
Microsoft.Xrm.Sdk.Client.DiscoveryServiceProxy
Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy
スレッド セーフ
この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。
プラットフォーム
開発プラットフォーム
Windows Vista、Windows Server 2003、および
対象プラットフォーム
Windows Vista、Windows XP
関連項目
参照
ServiceProxy のメンバー
Microsoft.Xrm.Sdk.Client 名前空間
他のリソース
Active Directory and Claims-Based Authentication
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.