JAMS Developer Guide
Find Method (Entry)


MVPSI.JAMS Namespace > Entry Class : Find Method
Entry Name.
Entry States.
JAMS Server.
Creates and loads an EntryList collection.
Syntax
'Declaration
 
Public Shared Function Find( _
   ByVal jobName As System.String, _
   ByVal jobState As StateType, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of Entry)
'Usage
 
Dim jobName As System.String
Dim jobState As StateType
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of Entry)
 
value = Entry.Find(jobName, jobState, js)
public static System.Collections.Generic.ICollection<Entry> Find( 
   System.string jobName,
   StateType jobState,
   Server js
)

Parameters

jobName
Entry Name.
jobState
Entry States.
js
JAMS Server.
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

Entry Class
Entry Members