JAMS Developer Guide
Load(Info,Int32,Options,DateTime,DateTime,Server) Method


MVPSI.JAMS Namespace > Submit Class > Load Method : Load(Info,Int32,Options,DateTime,DateTime,Server) Method
Submit Information.
Job or Setup ID.
The options to be used for this submit.
The date and time when the job should start.
The date that should be considered "today" when evaluating date parameters.
JAMS Server to load from.
Load information about a Job or Setup that will be submitted.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef si As Submit.Info, _
   ByVal jobID As System.Integer, _
   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 jobID As System.Integer
Dim options As Submit.Options
Dim afterTime As System.Date
Dim todaysDate As System.Date
Dim server As Server
 
Submit.Load(si, jobID, options, afterTime, todaysDate, server)
public static void Load( 
   out Submit.Info si,
   System.int jobID,
   Submit.Options options,
   System.DateTime afterTime,
   System.DateTime todaysDate,
   Server server
)

Parameters

si
Submit Information.
jobID
Job or Setup ID.
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Submit Class
Submit Members
Overload List