SPLongOperation Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SPLongOperation | Initializes an instance of the SPLongOperation class. |
Top
Properties
Name | Description | |
---|---|---|
LeadingHTML | Gets or sets the HTML markup that informs the user that a lengthy operation is in progress. | |
TrailingHTML | Gets or sets the HTML markup that sets the user’s expectations about the operation that is underway. |
Top
Methods
Name | Description | |
---|---|---|
Begin() | Starts a long operation. | |
Begin(SPLongOperation.BeginOperation) | Starts a long operation and specifies a delegate method. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top