Enum Priority
- Namespace
- Fusillade
- Assembly
- Fusillade.dll
This enumeration defines the default base priorities associated with the different NetCache instances.
- Extension Methods
Fields
Background = 20
This is background based task.
Explicit = 0
This is a explicit task.
Speculative = 10
A speculative priority where we aren't sure.
UserInitiated = 100
This is a instance which is initiated by the user.