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