PerceptionMonitor.Channels Property
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.
Gets the data channels that are associated with the current monitor.
public:
property IVectorView<PerceptionMonitorChannel ^> ^ Channels { IVectorView<PerceptionMonitorChannel ^> ^ get(); };
IVectorView<PerceptionMonitorChannel> Channels();
public IReadOnlyList<PerceptionMonitorChannel> Channels { get; }
var iVectorView = perceptionMonitor.channels;
Public ReadOnly Property Channels As IReadOnlyList(Of PerceptionMonitorChannel)
Property Value
The data channels.
Remarks
The ChannelCreated event is invoked whenever an independent channel is created. The data for each independent channel should be parallelized as much as possible.