Enumeration SessionStateControllerDeferPriority

[[SessionStateControllerDeferPriority]] indicates the priority level of the action being deferred. For example, stop is more important than update so if forced to pick between the two stop should be chosen.

Enumeration Members

Enumeration Members

DoNotDefer: 0
High: 3
Low: 1
Medium: 2
VeryHigh: 4