Expand Minimize
This topic has not yet been rated - Rate this topic

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
'Declaration
Public Delegate Sub RunStatefulOperation ( _
	state As SPLongOperationState _
)
'Usage
Dim instance As New RunStatefulOperation(AddressOf HandlerMethod)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.