Click or drag to resize

IChannelTWrite Method

Write an object to the channel

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

Parameters

obj
Type: T
Object to write to the channel.
See Also