JAMS Developer Guide
Start(String,Server) Method


MVPSI.JAMS Namespace > BatchQueue Class > Start Method : Start(String,Server) Method
The name of the queue to be started.
The JAMS Server where the queue is defined.
Starts a queue.
Syntax
'Declaration
 
Public Overloads Shared Sub Start( _
   ByVal queName As System.String, _
   ByVal js As Server _
) 
'Usage
 
Dim queName As System.String
Dim js As Server
 
BatchQueue.Start(queName, js)
public static void Start( 
   System.string queName,
   Server js
)

Parameters

queName
The name of the queue to be started.
js
The JAMS Server where the queue is defined.
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
Overload List