Share via


ThrottledTaskScheduler.IsThereCapacityForNextTask Method

Definition

public override bool IsThereCapacityForNextTask (Action<string> noCapacity = default, bool logEvenWithNoPendingTasks = false);
override this.IsThereCapacityForNextTask : Action<string> * bool -> bool
Public Overrides Function IsThereCapacityForNextTask (Optional noCapacity As Action(Of String) = Nothing, Optional logEvenWithNoPendingTasks As Boolean = false) As Boolean

Parameters

noCapacity
Action<String>
logEvenWithNoPendingTasks
Boolean

Returns

Applies to