'Declaration Public Overloads Shared Function Create( _ ByVal action As NotifyCollectionChangedAction, _ ByVal cancellationToken As CancellationToken _ ) As NotifyCollectionChangedDeferralsAwaiter
public static NotifyCollectionChangedDeferralsAwaiter Create( NotifyCollectionChangedAction action, CancellationToken cancellationToken )
Parameters
- action
- The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.
- cancellationToken
- The cancellation token.