共用方式為


SPStatefulLongOperation.RunStatefulOperation delegate

這個委派用來叫用呼叫長時間執行的作業來維護狀態的方法。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Delegate Sub RunStatefulOperation ( _
    state As SPLongOperationState _
)
'用途
Dim instance As New RunStatefulOperation(AddressOf HandlerMethod)
public delegate void RunStatefulOperation(
    SPLongOperationState state
)

參數

請參閱

參照

Microsoft.SharePoint namespace