'Declaration
Public Overloads Shared Function Find( _ ByVal searchQueue As System.String, _ ByVal js As Server _ ) As System.Collections.Generic.IEnumerable(Of BatchQueue)
'Usage
Dim searchQueue As System.String Dim js As Server Dim value As System.Collections.Generic.IEnumerable(Of BatchQueue) value = BatchQueue.Find(searchQueue, js)
public static System.Collections.Generic.IEnumerable<BatchQueue> Find( System.string searchQueue, Server js )
Parameters
- searchQueue
- The search pattern to match
- js
- The JAMS Server to search.
Return Value
The new BatchQueueList