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
- wi
Type: Microsoft.SharePoint.SPWorkItem
- timerJobstate
Type: Microsoft.Office.Server.Utilities.WorkItemTimerJobState