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.
Overload list
Name | Description | |
---|---|---|
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. |
Top