Class ThreadDumpEndpointOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.ThreadDump
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class ThreadDumpEndpointOptions : EndpointOptions
Properties
| Edit this page View SourceDuration
Gets or sets the duration (in milliseconds) before signaling to stop the capture. Default value: 10.
Declaration
public int Duration { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |