PowerThermalChannelDataConsumer.BackEndStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the backend status of the channel data consumer. Use this property to determine whether the consumer backend is started or stopped.
public:
property PowerThermalBackEndStatus BackEndStatus { PowerThermalBackEndStatus get(); };
PowerThermalBackEndStatus BackEndStatus();
public PowerThermalBackEndStatus BackEndStatus { get; }
var powerThermalBackEndStatus = powerThermalChannelDataConsumer.backEndStatus;
Public ReadOnly Property BackEndStatus As PowerThermalBackEndStatus
Property Value
A PowerThermalBackEndStatus value indicating the consumer backend state.