SPLongOperation.End method (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.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub End ( _
    strProposedRedirect As String, _
    rgfRedirect As SPRedirectFlags, _
    context As HttpContext, _
    queryString As String, _
    strScript As String _
)
'Usage
Dim instance As SPLongOperation
Dim strProposedRedirect As String
Dim rgfRedirect As SPRedirectFlags
Dim context As HttpContext
Dim queryString As String
Dim strScript As String

instance.End(strProposedRedirect, rgfRedirect, _
    context, queryString, strScript)
public void End(
    string strProposedRedirect,
    SPRedirectFlags rgfRedirect,
    HttpContext context,
    string queryString,
    string strScript
)

Parameters

  • strProposedRedirect
    Type: System.String

    A string that specifies the destination URL to be used in the redirection.

  • queryString
    Type: System.String

    An encoded query string to be appended to the selected URL.

  • strScript
    Type: System.String

    A string that contains the script to write to the HTTP output stream.

See also

Reference

SPLongOperation class

SPLongOperation members

End overload

Microsoft.SharePoint namespace