JAMS Developer Guide
Stop(String,Server) Method


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

Parameters

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