Share via


PowerThermalChannelDataReceivedEventArgs Class

Definition

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
Object Platform::Object IInspectable PowerThermalChannelDataReceivedEventArgs
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.

Applies to