Skip to main content

Definition

Assembly: Microsoft.Restier.Core.dll Namespace: Microsoft.Restier.Core Inheritance: System.Enum

Syntax

Microsoft.Restier.Core.RestierPipelineState

Summary

Represents the different parts of the Restier request execution pipeline.

Values

NameValueDescription
Authorization1Represents the first step of the pipeline, when Restier checks to see if the call is allowed.
Validation2Represents the second step of the pipeline, where the payload is validated.
PreSubmit3Represents the third step of the pipeline, where the developer can change the payload before it is submitted.
Submit4Represents the fourth step of the pipeline, where the action is executed against the Entity Framework DbContext.
PostSubmit5Represents the fifth step of the pipeline, where you can spin off other work after the action has completed successfully.