WorkMatch Order Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns the match order in handler registry. Order is used for URI pattern matching. Although Order property can change the match needs to be Unregistered/Registered again with the handler to change pattern matching order

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public int Order { get; set; }

Property Value

Type: OnlineInt32

Implements

IOrdered Order
See Also