TimerJobUtility.ProcessWorkItemWithState delegate

Delegate to process a single work item with state.

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

Syntax

'Declaration
Public Delegate Sub ProcessWorkItemWithState ( _
    wi As SPWorkItem, _
    timerJobstate As WorkItemTimerJobState _
)
'Usage
Dim instance As New ProcessWorkItemWithState(AddressOf HandlerMethod)
public delegate void ProcessWorkItemWithState(
    SPWorkItem wi,
    WorkItemTimerJobState timerJobstate
)

Parameters

See also

Reference

Microsoft.Office.Server.Utilities namespace