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: 18.03.00
Syntax
C#
T Peek()

Return Value

Type: T
Next object from the channel.
See Also