SPLongOperation members

Sets the Web page image to the image used by the server to indicate a lengthy operation (typically, an animated image with associated text).

The SPLongOperation type exposes the following members.

Constructors

  Name Description
Public method SPLongOperation Initializes an instance of the SPLongOperation class.

Top

Properties

  Name Description
Public property LeadingHTML Gets or sets the HTML markup that informs the user that a lengthy operation is in progress.
Public property TrailingHTML Gets or sets the HTML markup that sets the user’s expectations about the operation that is underway.

Top

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