Compartilhar via


WorkItemTimerJobState Constructor (Boolean)

Initializes a new instance of a WorkItemTimerJobState object

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

Syntax

'Declaration
Public Sub New ( _
    fetchWeb As Boolean _
)
'Usage
Dim fetchWeb As Boolean

Dim instance As New WorkItemTimerJobState(fetchWeb)
public WorkItemTimerJobState(
    bool fetchWeb
)

Parameters

  • fetchWeb
    Type: System.Boolean
    If true, the Web property is populated for every work item.

Remarks

A web is fetched only when it changes. If multiple work items are processed consecutively for the same SPWeb object, only the first will fetch it.

Does not fetch the user.

See Also

Reference

WorkItemTimerJobState Class

WorkItemTimerJobState Members

WorkItemTimerJobState Overload

Microsoft.Office.Server.Utilities Namespace