[]
Raises the specified notifications.
public Task RaiseNotificationsAsync(IEnumerable<Tuple<object?, NotifyCollectionChangedEventArgs>> notifications, CancellationToken cancellationToken)
Public Function RaiseNotificationsAsync(notifications As IEnumerable(Of Tuple(Of Object, NotifyCollectionChangedEventArgs)), cancellationToken As CancellationToken) As Task
| Type | Name | Description |
|---|---|---|
| IEnumerable<Tuple<object, NotifyCollectionChangedEventArgs>> | notifications | The notifications to raise. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |