NotifyDataChangedEventQueueReadOneEventAsync Method |
Reads one event from the queue.
Namespace: Demo3D.NetAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic Task<NotifyDataChangedEventArgs> ReadOneEventAsync(
bool sync,
int timeoutMs = -1
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- timeoutMs Int32 (Optional)
- Timeout in milliseconds (or -1).
Return Value
TaskNotifyDataChangedEventArgsA single
NotifyDataChangedEventArgs received since the last call.
See Also