[]
        
(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)
Public Function RaiseNotificationsAsync(notifications As IEnumerable(Of Tuple(Of Object, NotifyCollectionChangedEventArgs)), cancellationToken As CancellationToken) As Task
Parameters
Type Name Description
IEnumerable<Tuple<object, NotifyCollectionChangedEventArgs>> notifications

The notifications to raise.

CancellationToken cancellationToken

The cancellation token.

Returns
Type Description
Task