SPLongOperation.End Method
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.
| Name | Description |
|---|---|
| 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.
|
| 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.
|
Sample code for SPLongOperation.End() method
For more information about this class take a look at http://jopx.blogspot.com/2007/08/syntax-for-splongoperationendstring.html
- 8/14/2007
- jorisp