Share via


PowerThermalChannelDataConsumer(PowerThermalChannelId[]) Constructor

Definition

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.

Applies to