'宣言 Public Overloads Shared Function Create( _ ByVal action As System.Collections.Specialized.NotifyCollectionChangedAction, _ ByVal cancellationToken As System.Threading.CancellationToken _ ) As NotifyCollectionChangedDeferralsAwaiter
public static NotifyCollectionChangedDeferralsAwaiter Create( System.Collections.Specialized.NotifyCollectionChangedAction action, System.Threading.CancellationToken cancellationToken )
パラメータ
- action
- The action that caused the event. This must be set to System.Collections.Specialized.NotifyCollectionChangedAction.Reset.
- cancellationToken
- The cancellation token.