PowerThermalChannelDataConsumer(PowerThermalChannelId[]) Constructor
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.
Initializes a PowerThermalChannelDataConsumer for the specified channel identifiers.
PowerThermalChannelDataConsumer(winrt::array_view <PowerThermalChannelId> const& channelIds);
public PowerThermalChannelDataConsumer(PowerThermalChannelId[] channelIds);
function PowerThermalChannelDataConsumer(channelIds)
Public Sub New (channelIds As PowerThermalChannelId())
Parameters
- channelIds
- PowerThermalChannelId[]
An array of PowerThermalChannelId values indicating which channels the consumer should subscribe to.