SPStatefulLongOperation members
Runs an operation asynchronously while optionally providing progress updates to the client.
The SPStatefulLongOperation type exposes the following members.
Properties
Name | Description | |
---|---|---|
LeadingHTML | Gets or sets the HTML markup that informs the user that a lengthy operation is in progress. (Inherited from SPLongOperation.) | |
TrailingHTML | Gets or sets the HTML markup that sets the user’s expectations about the operation that is underway. (Inherited from SPLongOperation.) |
Top
Methods
Name | Description | |
---|---|---|
Begin() | Starts a long operation. (Inherited from SPLongOperation.) | |
Begin(SPStatefulLongOperation.BeginStatefulOperation) | Begins a long operation that has state based on the given operation to begin. | |
Begin(String, String, SPStatefulLongOperation.BeginStatefulOperation) | Begins a long operation that has state based on the given operation to begin. | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Run | This method is called to run a long operation with state. | |
ToString | (Inherited from Object.) |
Top