OnFailureAction Enum

Definition

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

Continue 0

Audit should continue running

FailOperation 2

User operation causing failure will fail. No event loss

Shutdown 1

Audit should shut down

Applies to