Click or drag to resize

IChannelT Properties

The IChannelT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacity
The maximum number of elements that can be written to this channel before one must be read.
Public propertyCount
How many elements are in the channel waiting to be read.
Public propertyIsEmpty
Is the channel empty.
Public propertyIsFull
Has the channel reached its capacity and is full.
Public propertyItems
Items that are currently in the channel waiting to be read
Top
See Also