Click or drag to resize

IChannelTItems Property

Items that are currently in the channel waiting to be read

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax
C#
IEnumerable<T> Items { get; }

Property Value

Type: IEnumerableT
See Also