IntegratedPipelineExtensions Class

 

Extension methods used to indicate at which stage in the integrated pipeline prior middleware should run.

Namespace:   Microsoft.Owin.Extensions
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

System::Object
  Microsoft.Owin.Extensions::IntegratedPipelineExtensions

[ExtensionAttribute]
public ref class IntegratedPipelineExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseStageMarker(IAppBuilder^, PipelineStage)

Call after other middleware to specify when they should run in the integrated pipeline.

System_CAPS_pubmethodSystem_CAPS_staticUseStageMarker(IAppBuilder^, String^)

Call after other middleware to specify when they should run in the integrated pipeline.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: