RemoteExecutionContext.Stage Property

 

Applies To: Dynamics CRM 2015

Gets the stage in the execution pipeline that a synchronous plug-in is registered for.

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

Syntax

[DataMemberAttribute]
public int Stage { get; set; }
public:
[DataMemberAttribute]
property int Stage {
    virtual int get() sealed;
    virtual void set(int value) sealed;
}
[<DataMemberAttribute>]
abstract Stage : int with get, set
[<DataMemberAttribute>]
override Stage : int with get, set
<DataMemberAttribute>
Public Property Stage As Integer

Property Value

Type: System.Int32

Type: Int32
. Valid values are 10, 20, 40, and 50The stage in the execution pipeline that a synchronous plug-in is registered for.

Implements

IPluginExecutionContext.Stage

Remarks

A stage identifies when a registered synchronous plug-in is to execute during the processing of a message request. Plug-ins can be further ordered within a stage using the SdkMessageProcessingStep.Rank attribute.

See Also

RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace
Plug-in registration entities
Event execution pipeline

Return to top

© 2016 Microsoft. All rights reserved. Copyright