SPTimerService.RecycleWarningMinutes Property

Gets or sets the number of minutes in the recycle warning period when timer jobs are paused and yet allowed to complete their execution.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property RecycleWarningMinutes As UInteger
    Get
    Set
'Usage
Dim instance As SPTimerService
Dim value As UInteger

value = instance.RecycleWarningMinutes

instance.RecycleWarningMinutes = value
public uint RecycleWarningMinutes { get; set; }

Property Value

Type: System.UInt32
Returns a UInt32 value that specifies the number of minutes in the recycle warning period.

Remarks

Typically, timer jobs are not starded during the warning period. Upon completion, the timer service will be restarted if all other jobs have finished executing.

See Also

Reference

SPTimerService Class

SPTimerService Members

Microsoft.SharePoint.Administration Namespace