Click or drag to resize

NotifyDataChangedEventQueueReadEventsAsync Method

Reads all the events accumulated since the last call.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public Task<IEnumerable<NotifyDataChangedEventArgs>> ReadEventsAsync(
	bool sync,
	int timeoutMs = -1
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
timeoutMs (Optional)
Type: SystemInt32
Timeout in milliseconds (or -1).

Return Value

Type: TaskIEnumerableNotifyDataChangedEventArgs
A list of NotifyDataChangedEventArgs acculumated since the last call.
See Also