AbortAfterWaitType
AbortAfterWaitType
AbortAfterWaitType
Enum
Definition
The action to be taken after low priority wait times out.
public enum AbortAfterWaitType
type AbortAfterWaitType =
Public Enum AbortAfterWaitType
- Inheritance
Fields
Blockers Blockers Blockers | 1 | After timeout abort blocking transactions. |
None None None | 0 | After timeout enter the normal wait queue. |
Self Self Self | 2 | After timeout abort the statement itself. |