CircuitHandler.Order Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.