SPSolution.Upgrade method (String, DateTime)
Upgrades the solution from a previous version to the current version using the specified solution file, and scheduled to run at a specified time.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Upgrade ( _
path As String, _
dt As DateTime _
)
'Usage
Dim instance As SPSolution
Dim path As String
Dim dt As DateTime
instance.Upgrade(path, dt)
public void Upgrade(
string path,
DateTime dt
)
Parameters
path
Type: System.StringThe path to the solution file.
dt
Type: System.DateTimeA DateTime object that indicates when to run the timer job.
Remarks
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.