JAMS Developer Guide
Check Method (BatchQueue)


MVPSI.JAMS Namespace > BatchQueue Class : Check Method
Checks a BatchQueue against a JAMS Server.
Syntax
'Declaration
 
Public Shared Function Check( _
   ByRef queID As System.Integer, _
   ByVal queName As System.String, _
   ByVal access As QueueAccess, _
   ByVal js As Server _
) As ValidationLog
'Usage
 
Dim queID As System.Integer
Dim queName As System.String
Dim access As QueueAccess
Dim js As Server
Dim value As ValidationLog
 
value = BatchQueue.Check(queID, queName, access, js)
public static ValidationLog Check( 
   ref System.int queID,
   System.string queName,
   QueueAccess access,
   Server js
)

Parameters

queID
queName
access
js
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

BatchQueue Class
BatchQueue Members