CircuitHandler.Order Property

Definition

Gets the execution order for the current instance of CircuitHandler.

When multiple CircuitHandler instances are registered, the Order property is used to determine the order in which instances are executed. When two handlers have the same value for Order, their execution order is non-deterministic.

public:
 virtual property int Order { int get(); };
public virtual int Order { get; }
member this.Order : int
Public Overridable ReadOnly Property Order As Integer

Property Value

Defaults to 0.

Applies to