Share via


PowerThermalChannelDataConsumer.GetChannelConfigurations Method

Definition

Returns the map of available channel identifiers to their configurations that the consumer can access.

public:
 virtual IMapView<PowerThermalChannelId, PowerThermalChannelConfiguration ^> ^ GetChannelConfigurations() = GetChannelConfigurations;
IMapView<PowerThermalChannelId, PowerThermalChannelConfiguration const&> GetChannelConfigurations();
public IReadOnlyDictionary<PowerThermalChannelId,PowerThermalChannelConfiguration> GetChannelConfigurations();
function getChannelConfigurations()
Public Function GetChannelConfigurations () As IReadOnlyDictionary(Of PowerThermalChannelId, PowerThermalChannelConfiguration)

Returns

A read-only dictionary mapping PowerThermalChannelId to PowerThermalChannelConfiguration.

Applies to