OnFailureAction 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.
Specifies the action that needs to be taken when the audit sink cannot perform the write
public enum OnFailureAction
type OnFailureAction =
Public Enum OnFailureAction
- Inheritance
-
OnFailureAction
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | Audit should continue running |
Shutdown | 1 | Audit should shut down |
FailOperation | 2 | User operation causing failure will fail. No event loss |