IntegratedPipelineExtensions Class

Represents the integrated pipeline extensions.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Extensions.IntegratedPipelineExtensions

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

Syntax

'Declaration
<ExtensionAttribute> _
Public NotInheritable Class IntegratedPipelineExtensions
'Usage
public static class IntegratedPipelineExtensions
[ExtensionAttribute]
public ref class IntegratedPipelineExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type IntegratedPipelineExtensions =  class end
public final class IntegratedPipelineExtensions

Methods

  Name Description
Public methodStatic member UseStageMarker(IAppBuilder, PipelineStage) Uses a stage marker for the IntegratedPipelineExtensions.
Public methodStatic member UseStageMarker(IAppBuilder, String) Uses a stage marker for the IntegratedPipelineExtensions.

Top

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

Reference

Microsoft.Owin.Extensions Namespace