次の方法で共有


IPluginExecutionContext.ParentContext プロパティ

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

Gets the execution context from the parent pipeline operation.

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

構文

'宣言
ReadOnly Property ParentContext As IPluginExecutionContext
IPluginExecutionContext ParentContext { get; }

プロパティ値

Type: IPluginExecutionContext
The execution context from the parent pipeline operation.

備考

This property may be populated for a plug-in registered in stage 20 or 40 when a Create, Update, Delete, or RetrieveExchangeRate request is processed by the execution pipeline.

Certain message requests require the platform to internally generate another message request, and hence another execution pipeline, to complete processing of the original request. For example, pipeline execution of the AssignRequest results in the internal generation of an UpdateRequest. Any plug-in registered in stage 20 or 40 for an update request will have the ParentContext property set to the execution context of the original assign request.

スレッド セーフ

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

プラットフォーム

開発プラットフォーム

Windows Vista、Windows Server 2003、および

対象プラットフォーム

Windows Vista、Windows XP

関連項目

参照

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

他のリソース

Event Execution Pipeline
Pass Data Between Plug-ins

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