JAMS Developer Guide
Find(Server) Method


MVPSI.JAMS Namespace > BatchQueue Class > Find Method : Find(Server) Method
The JAMS Server to search.
Creates and loads a new BatchQueueList.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal js As Server _
) As System.Collections.Generic.IEnumerable(Of BatchQueue)
'Usage
 
Dim js As Server
Dim value As System.Collections.Generic.IEnumerable(Of BatchQueue)
 
value = BatchQueue.Find(js)
public static System.Collections.Generic.IEnumerable<BatchQueue> Find( 
   Server js
)

Parameters

js
The JAMS Server to search.

Return Value

The new BatchQueueList
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