SchedulerTask.RequeueCount Property

Definition

Retrieves the number of times that the task has been queued again.

public int RequeueCount { get; }
member this.RequeueCount : int
Public ReadOnly Property RequeueCount As Integer

Property Value

The number of times that the task has been queued again.

Implements

Applies to