Class ThreadDumpEndpointOptions
- Namespace
- Steeltoe.Management.Endpoint.Actuators.ThreadDump
- Assembly
- Steeltoe.Management.Endpoint.dll
public sealed class ThreadDumpEndpointOptions : EndpointOptions
- Inheritance
-
ThreadDumpEndpointOptions
- Inherited Members
Properties
Duration
Gets or sets the time (in milliseconds) to trace for, before automatically stopping the trace. Default value: 10.
public int Duration { get; set; }