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.