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)

Syntax

'Declaration
Public Delegate Sub RunStatefulOperation ( _
    state As SPLongOperationState _
)
'Usage
Dim instance As New RunStatefulOperation(AddressOf HandlerMethod)
public delegate void RunStatefulOperation(
    SPLongOperationState state
)

Parameters

See also

Reference

Microsoft.SharePoint namespace