Class HeapDumpEndpoint
Inheritance
System.Object
HeapDumpEndpoint
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class HeapDumpEndpoint : AbstractEndpoint<string>, IEndpoint<string>, IEndpoint, IHeapDumpEndpoint
Constructors
|
Edit this page
View Source
HeapDumpEndpoint(IHeapDumpOptions, IHeapDumper, ILogger<HeapDumpEndpoint>)
Declaration
public HeapDumpEndpoint(IHeapDumpOptions options, IHeapDumper heapDumper, ILogger<HeapDumpEndpoint> logger = null)
Parameters
Properties
|
Edit this page
View Source
Options
Declaration
public IHeapDumpOptions Options { get; }
Property Value
Methods
|
Edit this page
View Source
Invoke()
Declaration
public override string Invoke()
Returns
Type |
Description |
System.String |
|
Overrides
Steeltoe.Management.AbstractEndpoint<System.String>.Invoke()
Implements