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.

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 _
)
'Usage
Dim instance As SPLongOperation
Dim strProposedRedirect As String
Dim rgfRedirect As SPRedirectFlags
Dim context As HttpContext
Dim queryString As String

instance.End(strProposedRedirect, rgfRedirect, _
    context, queryString)
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.

  • queryString
    Type: System.String

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

See also

Reference

SPLongOperation class

SPLongOperation members

End overload

Microsoft.SharePoint namespace