EventResultState 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.
public enum class EventResultState
public enum EventResultState
type EventResultState =
Public Enum EventResultState
- Inheritance
-
EventResultState
Fields
Name | Value | Description |
---|---|---|
Continue | 0 | Continue with normal processing. |
Skipped | 1 | Discontinue processing the request in the current middleware and pass control to the next one. |
HandledResponse | 2 | Discontinue all processing for this request. |