Class SetHardwareConcurrencyOverrideCommandSettings
SetHardwareConcurrencyOverride
public sealed class SetHardwareConcurrencyOverrideCommandSettings : ICommand- Inheritance
- 
      
      SetHardwareConcurrencyOverrideCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
HardwareConcurrency
Gets or sets the hardwareConcurrency
[JsonPropertyName("hardwareConcurrency")]
public long HardwareConcurrency { get; set; }