Click or drag to resize

IChannelTPeek Method

Peek at the next object from the channel.

Namespace:  Demo3D.EventQueue
Assembly:  Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 15.0.2.11458
Syntax
C#
T Peek()

Return Value

Type: T
Next object from the channel.
See Also