SPStatefulLongOperation class

Runs an operation asynchronously while optionally providing progress updates to the client.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPLongOperation
    Microsoft.SharePoint.SPStatefulLongOperation

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class SPStatefulLongOperation _
    Inherits SPLongOperation
'Usage
Dim instance As SPStatefulLongOperation
public sealed class SPStatefulLongOperation : SPLongOperation

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPStatefulLongOperation members

Microsoft.SharePoint namespace