NotifyDataChangedEventQueueReadEventsAsync Method |
Reads all the events accumulated since the last call.
Namespace:
Demo3D.Net
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 11.0.0.7658
Syntaxpublic Task<IEnumerable<NotifyDataChangedEventArgs>> ReadEventsAsync(
int timeoutMs = -1
)
Parameters
- timeoutMs (Optional)
- Type: SystemInt32
Timeout in milliseconds (or -1).
Return Value
Type:
TaskIEnumerableNotifyDataChangedEventArgsA list of
NotifyDataChangedEventArgs acculumated since the last call.
See Also