Having trouble understanding what are the uses of DispatcherPriority.Invalid and DispatcherPriority.InActive.
Asked
Active
Viewed 229 times
1 Answers
1
The documentation states that Inactive
means that "operations are not processed," which corresponds to a priority of zero, and Invalid
pretty much means what it says.
Note that in this Priority Queue code, Invalid is used as a return state for the MaxPriority
method when the queue contains no Priority Chains.

Robert Harvey
- 178,213
- 47
- 333
- 501