JAMS Developer Guide
Stop(String) Method


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

Parameters

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