Method DequeueAsync
DequeueAsync(CancellationToken)
Dequeue and execute tasks.
public virtual Task<Func<Task>> DequeueAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenCancellation token for the notification that operations should be canceled.