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