Class SetAsyncCallStackDepthCommandSettings
SetAsyncCallStackDepth
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
Gets or sets the maxDepth
[JsonPropertyName("maxDepth")]
public long MaxDepth { get; set; }