PowerThermalChannelDataReceivedEventArgs Class
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.
Provides event data that contains one or more PowerThermalChannelData samples delivered to a consumer.
public ref class PowerThermalChannelDataReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Power.Thermal.PowerThermalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PowerThermalChannelDataReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Power.Thermal.PowerThermalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PowerThermalChannelDataReceivedEventArgs
Public NotInheritable Class PowerThermalChannelDataReceivedEventArgs
- Inheritance
- Attributes
Windows requirements
| Requirements | Description |
|---|---|
| Device family |
Windows Desktop Extension SDK (introduced in 10.0.26100.0)
|
| API contract |
Windows.System.Power.Thermal.PowerThermalApiContract (introduced in v1.0)
|
Remarks
Instances of this class are supplied to handlers of the PowerThermalChannelDataConsumer.ChannelDataReceived event.
Methods
| Name | Description |
|---|---|
| GetData() |
Retrieves the array of PowerThermalChannelData samples carried by the event. |