Click or drag to resize

NotifyDataChangedEventQueueReadOneEvent Method

Reads one event from the queue.

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntax
C#
public NotifyDataChangedEventArgs ReadOneEvent(
	int timeoutMs = -1
)

Parameters

timeoutMs  Int32  (Optional)
Timeout in milliseconds (or -1).

Return Value

NotifyDataChangedEventArgs
A single NotifyDataChangedEventArgs received since the last call.
See Also