Class ThreadDumpEndpoint_v2
- Namespace
 - Steeltoe.Management.Endpoint.ThreadDump
 
- Assembly
 - Steeltoe.Management.EndpointBase.dll
 
public class ThreadDumpEndpoint_v2 : AbstractEndpoint<ThreadDumpResult>, IEndpoint<ThreadDumpResult>, IEndpoint, IThreadDumpEndpointV2
  - Inheritance
 - 
      
      
      
      ThreadDumpEndpoint_v2
 
- Implements
 
- Inherited Members
 
- Extension Methods
 
Constructors
ThreadDumpEndpoint_v2(IThreadDumpOptions, IThreadDumper, ILogger<ThreadDumpEndpoint_v2>)
public ThreadDumpEndpoint_v2(IThreadDumpOptions options, IThreadDumper threadDumper, ILogger<ThreadDumpEndpoint_v2> logger = null)
  Parameters
optionsIThreadDumpOptionsthreadDumperIThreadDumperloggerILogger<ThreadDumpEndpoint_v2>
Properties
Options
public IThreadDumpOptions Options { get; }
  Property Value
Methods
Invoke()
public override ThreadDumpResult Invoke()