SPLongOperation.End Method (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.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
public void End( string strProposedRedirect, SPRedirectFlags rgfRedirect, HttpContext context, string queryString )
Parameters
- strProposedRedirect
- Type: System.String
A string that specifies the destination URL to be used in the redirection.
- rgfRedirect
- Type: Microsoft.SharePoint.Utilities.SPRedirectFlags
A valid combination of flags from the SPRedirectFlags enumeration that indicate how the redirection should be made.
- context
- Type: System.Web.HttpContext
An HttpContext object that provides HTTP information about the current HTTP request.
- queryString
- Type: System.String
An encoded query string to be appended to the selected URL.