Notify |
public sealed class EventQueue : IDisposable
The NotifyDataChangedEventQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Releases system resources. | |
| PeekOneEvent | Reads one event without removing it from the queue. | |
| PeekOneEventAsync | Reads one event without removing it from the queue. | |
| ReadEventsAsync | Reads all the events accumulated since the last call. | |
| ReadOneEvent | Reads one event from the queue. | |
| ReadOneEventAsync | Reads one event from the queue. |