SPStatefulLongOperation methods

The SPStatefulLongOperation type exposes the following members.

Methods

  Name Description
Public method Begin() Starts a long operation. (Inherited from SPLongOperation.)
Public methodStatic member Begin(SPStatefulLongOperation.BeginStatefulOperation) Begins a long operation that has state based on the given operation to begin.
Public methodStatic member Begin(String, String, SPStatefulLongOperation.BeginStatefulOperation) Begins a long operation that has state based on the given operation to begin.
Public method Dispose() Indicates to the server that the IDisposable object (and its associated image and text resources) are no longer needed and should be disposed of by the system. (Inherited from SPLongOperation.)
Protected method Dispose(Boolean) Indicates to the server that the IDisposable object (and its associated image and text resources) are no longer needed and should be disposed of by the system. (Inherited from SPLongOperation.)
Public method End(String) Informs the server that a lengthy server operation (such as a file transfer) has ended, and that the page used to indicate progress should no longer be displayed. (Inherited from SPLongOperation.)
Public method End(String, SPRedirectFlags, HttpContext, String) Informs the server that a lengthy server operation (such as a file transfer) has ended and that the page used to indicate progress should no longer be displayed. (Inherited from SPLongOperation.)
Public method End(String, SPRedirectFlags, HttpContext, String, String) Informs the server that a lengthy server operation (such as a file transfer) has ended, and that the page used to indicate progress should no longer be displayed. (Inherited from SPLongOperation.)
Public method EndScript Informs the server that a lengthy server operation (such as a file transfer) has ended and writes a script to the HTTP output stream. (Inherited from SPLongOperation.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Run This method is called to run a long operation with state.
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPStatefulLongOperation class

Microsoft.SharePoint namespace