ContextPriority Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Priority for this context. It is based on the kind of work context is used to provide resource locks.
public enum class ContextPriority
public enum class ContextPriority
enum ContextPriority
public enum ContextPriority
type ContextPriority =
Public Enum ContextPriority
- Inheritance
-
ContextPriority
Fields
Name | Value | Description |
---|---|---|
ServiceBackground | 0 | service (like indexing) is performing a background operation (does not directly affect current user action). |
UserBackground | 1 | User initiated action that we perform on a background (like delete folder). |
UserBlocking | 2 | User initiation action that is blocked on asset access (like rename file). |