EventResultState 列挙型

定義

public enum class EventResultState
public enum EventResultState
type EventResultState = 
Public Enum EventResultState
継承
EventResultState

フィールド

Continue 0

通常の処理を続行します。

HandledResponse 2

この要求のすべての処理を中止します。

Skipped 1

現在のミドルウェアでの要求の処理を中止し、次のミドルウェアに制御を渡します。

適用対象