ScheduledProcess.CompareTo Method
Sorts by the orderID i.e. the order in which they will be executed in.
Namespace:
IntervalZero.MaxRT.wRTOS.Config
Assembly:
IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.1.0)
Syntax
public int CompareTo(
ScheduledProcess other
)
Parameters
other
Type: IntervalZero.MaxRT.wRTOS.Config.ScheduledProcess
Return Value
Type: Int32
Implements
IComparable(T).CompareTo(T)
See Also: