JAMS Developer Guide
Start(String) Method


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

Parameters

queName
The name of the queue to be started.
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