Class ThreadDumpStartupFilter
Inheritance
System.Object
ThreadDumpStartupFilter
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class ThreadDumpStartupFilter : IStartupFilter
Constructors
|
Edit this page
View Source
Declaration
public ThreadDumpStartupFilter(MediaTypeVersion mediaTypeVersion = MediaTypeVersion.V2)
Parameters
Methods
|
Edit this page
View Source
Declaration
public Action<IApplicationBuilder> Configure(Action<IApplicationBuilder> next)
Parameters
Type |
Name |
Description |
Action<IApplicationBuilder> |
next |
|
Returns
Type |
Description |
Action<IApplicationBuilder> |
|