Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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