ISchedulerJob.RequeueCount Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the number of times that the job 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 job has been queued again.