SPLongOperation.End method (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 ( _
    strRedirectPage As String _
)
'Usage
Dim instance As SPLongOperation
Dim strRedirectPage As String

instance.End(strRedirectPage)
public void End(
    string strRedirectPage
)

Parameters

  • strRedirectPage
    Type: System.String

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

See also

Reference

SPLongOperation class

SPLongOperation members

End overload

Microsoft.SharePoint namespace