SPStatefulLongOperation.RunStatefulOperation Delegate
This delegate is used to invoke a method that calls a long running operation that maintains state.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Delegate Sub RunStatefulOperation ( _
state As SPLongOperationState _
)
'Usage
Dim instance As New RunStatefulOperation(AddressOf HandlerMethod)
public delegate void RunStatefulOperation(
SPLongOperationState state
)
Parameters
- state
Type: Microsoft.SharePoint.SPLongOperationState