'Declaration
Public Overloads Shared Sub Load( _ ByRef si As Submit.Info, _ ByVal jobPath As System.String, _ ByVal options As Submit.Options, _ ByVal afterTime As System.Date, _ ByVal todaysDate As System.Date, _ ByVal server As Server _ )
'Usage
Dim si As Submit.Info Dim jobPath As System.String Dim options As Submit.Options Dim afterTime As System.Date Dim todaysDate As System.Date Dim server As Server Submit.Load(si, jobPath, options, afterTime, todaysDate, server)
public static void Load( out Submit.Info si, System.string jobPath, Submit.Options options, System.DateTime afterTime, System.DateTime todaysDate, Server server )
Parameters
- si
- Submit Information.
- jobPath
- The Job name, could be fully qualified.
- options
- The options to be used for this submit.
- afterTime
- The date and time when the job should start.
- todaysDate
- The date that should be considered "today" when evaluating date parameters.
- server
- JAMS Server to load from.