JAMS Developer Guide
Check Method (Job)


MVPSI.JAMS Namespace > Job Class : Check Method
The Job ID of the validated Job.
The Job Name that we want to check.
The access to the job that we want.
The parent Folder id of the Job if the name is relative.
True if the Job name is not a fully qualified path.
The JAMS Server that should do the check.
Checks a Job against a JAMS Server.
Syntax
'Declaration
 
Public Shared Function Check( _
   ByRef jobID As System.Integer, _
   ByVal jobName As System.String, _
   ByVal access As JobAccess, _
   ByVal parentFolderID As System.Integer, _
   ByVal isNameRelative As System.Boolean, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim jobID As System.Integer
Dim jobName As System.String
Dim access As JobAccess
Dim parentFolderID As System.Integer
Dim isNameRelative As System.Boolean
Dim js As Server
Dim value As ValidationLog
 
value = Job.Check(jobID, jobName, access, parentFolderID, isNameRelative, js)
public static ValidationLog Check( 
   ref System.int jobID,
   System.string jobName,
   JobAccess access,
   System.int parentFolderID,
   System.bool isNameRelative,
   Server js
)

Parameters

jobID
The Job ID of the validated Job.
jobName
The Job Name that we want to check.
access
The access to the job that we want.
parentFolderID
The parent Folder id of the Job if the name is relative.
isNameRelative
True if the Job name is not a fully qualified path.
js
The JAMS Server that should do the check.
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

Job Class
Job Members