共用方式為


SPSolutionLanguagePack.Retract method (DateTime)

會建立計時器工作,以在特定時間要撤銷的語言套件。

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

Syntax

'宣告
Public Sub Retract ( _
    dt As DateTime _
)
'用途
Dim instance As SPSolutionLanguagePack
Dim dt As DateTime

instance.Retract(dt)
public void Retract(
    DateTime dt
)

參數

  • dt
    Type: System.DateTime

    DateTime物件,其中包含要執行的計時器工作的時間。

備註

根據預設,沒有應用程式集區重設之後部署或後退回使用物件模型的語言套件。若要手動重設應用程式集區,您可以停止並重新啟動應用程式集區的 web 應用程式,您已部署或後退回解決方案。

如果您執行多個工作及所執行的順序很重要,請確定指定時間是否已足以完成之前送出下一個工作每個工作。集區中多個工作時,所執行的順序是不可預期。

若要撤銷的語言中性解決方案,請參閱 < SPSolution

請參閱

參照

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Retract overload

Microsoft.SharePoint.Administration namespace