TimerJobUtility.ProcessWorkItemWithState 委托

委托来处理一个工作项的状态。

命名空间:  Microsoft.Office.Server.Utilities
程序集:  Microsoft.Office.Server(位于 Microsoft.Office.Server.dll 中)

语法

声明
Public Delegate Sub ProcessWorkItemWithState ( _
    wi As SPWorkItem, _
    timerJobstate As WorkItemTimerJobState _
)
用法
Dim instance As New ProcessWorkItemWithState(AddressOf HandlerMethod)
public delegate void ProcessWorkItemWithState(
    SPWorkItem wi,
    WorkItemTimerJobState timerJobstate
)

参数

另请参阅

引用

Microsoft.Office.Server.Utilities 命名空间