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


MVPSI.JAMS Namespace > Submit Class > Load Method : Load(Info,String,Options,DateTime,DateTime,Server) Method
Submit Information.
The Job name, could be fully qualified.
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 that you want to submit.
Syntax
'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.
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