PerceptionMonitor.Channels 属性

定义

获取与当前监视器关联的数据通道。

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)

属性值

数据通道。

注解

每当创建独立通道时,都会调用 ChannelCreated 事件。 每个独立通道的数据应尽可能并行化。

适用于