EventResultState Enum

Definition

public enum class EventResultState
public enum EventResultState
type EventResultState = 
Public Enum EventResultState
Inheritance
EventResultState

Fields

Continue 0

Continue with normal processing.

HandledResponse 2

Discontinue all processing for this request.

Skipped 1

Discontinue processing the request in the current middleware and pass control to the next one.

Applies to