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)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Extensions.IntegratedPipelineExtensions

Syntax

public static class IntegratedPipelineExtensions
[ExtensionAttribute]
public ref class IntegratedPipelineExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type IntegratedPipelineExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class IntegratedPipelineExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static UseStageMarker(IAppBuilder, PipelineStage)

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

System_CAPS_pubmethodSystem_CAPS_static UseStageMarker(IAppBuilder, String)

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

Thread Safety

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

See Also

Microsoft.Owin.Extensions Namespace

Return to top