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)
Available in Sandboxed Solutions: No
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.StringA string that specifies the destination URL to be used in the redirection.