SPSolutionLanguagePack.Retract method (DateTime)

Creates a timer job to retract the language pack at a particular time.

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

Syntax

'Declaration
Public Sub Retract ( _
    dt As DateTime _
)
'Usage
Dim instance As SPSolutionLanguagePack
Dim dt As DateTime

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

Parameters

  • dt
    Type: System.DateTime

    A DateTime object containing the time to run the timer job.

Remarks

By default, no application pools are reset after deploying or retracting a language pack using the object model. To reset the application pool manually, you can stop and restart the application pool for the web application to which you are deploying or retracting the solution.

If you are running multiple jobs and the order in which they run is important, make sure that the specified times are sufficient for each job to complete before the next job is submitted. When multiple jobs are in the pool, the order in which they run is unpredictable.

To retract a language neutral solution, see SPSolution.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Retract overload

Microsoft.SharePoint.Administration namespace