Class ThreadDumpEndpoint
Inheritance
System.Object
ThreadDumpEndpoint
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class ThreadDumpEndpoint : AbstractEndpoint<List<ThreadInfo>>, IEndpoint<List<ThreadInfo>>, IEndpoint, IThreadDumpEndpoint
Constructors
|
Edit this page
View Source
ThreadDumpEndpoint(IThreadDumpOptions, IThreadDumper, ILogger<ThreadDumpEndpoint>)
Declaration
public ThreadDumpEndpoint(IThreadDumpOptions options, IThreadDumper threadDumper, ILogger<ThreadDumpEndpoint> logger = null)
Parameters
Properties
|
Edit this page
View Source
Options
Declaration
public IThreadDumpOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
Invoke()
Declaration
public override List<ThreadInfo> Invoke()
Returns
Overrides
Steeltoe.Management.AbstractEndpoint<List<Steeltoe.Management.Endpoint.ThreadDump.ThreadInfo>>.Invoke()
Implements