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.
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