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
Hardware concurrency to report
[JsonPropertyName("hardwareConcurrency")]
public long HardwareConcurrency { get; set; }