RemoteExecutionContext クラス

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

Defines the contextual information sent to a remote service endpoint at run-time.

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

構文

'宣言
<DataContractAttribute(Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts")> _
<KnownTypeAttribute("GetKnownParameterTypes")> _
Public NotInheritable Class RemoteExecutionContext
    Implements IPluginExecutionContext, IExecutionContext, IExtensibleDataObject
[DataContractAttribute(Namespace="https://schemas.microsoft.com/xrm/2011/Contracts")] 
[KnownTypeAttribute("GetKnownParameterTypes")] 
public sealed class RemoteExecutionContext : IPluginExecutionContext, IExecutionContext, IExtensibleDataObject

備考

A populated RemoteExecutionContext instance is passed from Microsoft Dynamics CRM to a Microsoft Azure のサービス バス solution listener. The remote execution context contains the same information that is passed to an asynchronous registered Microsoft Dynamics CRM plug-in plus some additional information.

継承階層

System.Object
  Microsoft.Xrm.Sdk.RemoteExecutionContext

スレッド セーフ

この種類のパブリックな静的 (Visual Basic では Shared) メンバーはスレッド セーフです。インスタンス メンバーがスレッド セーフであることは保証されません。

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

RemoteExecutionContext のメンバー
Microsoft.Xrm.Sdk 名前空間
IPluginExecutionContext インターフェイス

他のリソース

Write a Listener for a Windows Azure Solution

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