共用方式為


SPLongOperation.End method (String)

通知 (例如檔案傳輸) 在冗長的伺服器作業已經結束的伺服器,而且用來指出進度的頁面應該不會再顯示。

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

Syntax

'宣告
Public Sub End ( _
    strRedirectPage As String _
)
'用途
Dim instance As SPLongOperation
Dim strRedirectPage As String

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

參數

  • strRedirectPage
    Type: System.String

    字串,指定目的地 URL,用於在重新導向。

請參閱

參照

SPLongOperation class

SPLongOperation members

End overload

Microsoft.SharePoint namespace