RemoteExecutionContext.ParentContext Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Gets the remote execution context from the parent operation.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public RemoteExecutionContext ParentContext { get; set; }
<DataMemberAttribute>
Public Property ParentContext As RemoteExecutionContext

Property Value

Type: Microsoft.Xrm.Sdk.RemoteExecutionContext

Type: RemoteExecutionContext
The remote execution context from the parent operation.

Remarks

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 remote execution context of the original assign request.

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Event execution pipeline
Pass data between plug-ins

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright