SPLongOperation methods

The SPLongOperation type exposes the following members.

Methods

  Name Description
Public method Begin() Starts a long operation.
Public methodStatic member Begin(SPLongOperation.BeginOperation) Starts a long operation and specifies a delegate method.
Public methodStatic member Begin(String, String, SPLongOperation.BeginOperation) Starts a long operation, specifies a delegate method, and specifies HTML markup for display at the beginning and end of the operation.
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.
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.
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.
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.
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.
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.
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 ToString (Inherited from Object.)

Top

See also

Reference

SPLongOperation class

Microsoft.SharePoint namespace