[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.SuppressionContext.RaiseNotificationsAsync

RaiseNotificationsAsync Method

RaiseNotificationsAsync(IEnumerable<Tuple<object?, NotifyCollectionChangedEventArgs>>, CancellationToken)

Raises the specified notifications.

Declaration
public Task RaiseNotificationsAsync(IEnumerable<Tuple<object?, NotifyCollectionChangedEventArgs>> notifications, CancellationToken cancellationToken)
Parameters
Type Name Description
IEnumerable<Tuple<object, NotifyCollectionChangedEventArgs>> notifications

The notifications to raise.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task