Table of Contents

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 duration (in milliseconds) before signaling to stop the capture. Default value: 10.

public int Duration { get; set; }

Property Value

int