Class SetAsyncCallStackDepthCommandSettings
Enables or disables async call stacks tracking.
public sealed class SetAsyncCallStackDepthCommandSettings : ICommand
- Inheritance
-
SetAsyncCallStackDepthCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
MaxDepth
Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async
call stacks (default).
[JsonPropertyName("maxDepth")]
public long MaxDepth { get; set; }