TimerJobUtility class

Extends the ContentIterator class to provide additional functionality that is useful for writing timer jobs.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Utilities.ContentIterator
    Microsoft.Office.Server.Utilities.TimerJobUtility

Namespace:  Microsoft.Office.Server.Utilities
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Class TimerJobUtility _
    Inherits ContentIterator
'Usage
Dim instance As TimerJobUtility
public class TimerJobUtility : ContentIterator

Remarks

The TimerJobUtility class provides methods to support writing pause and resumeable timer jobs and work item timer jobs.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

TimerJobUtility members

Microsoft.Office.Server.Utilities namespace

SPJobDefinition

ContentIterator

SPQueryThrottledException

SPQuery

MaxItemsPerThrottledOperation