JAMS Developer Guide
Find(Int32,DateTime,HistorySearchOptions,Server) Method


MVPSI.JAMS Namespace > History Class > Find Method : Find(Int32,DateTime,HistorySearchOptions,Server) Method
Find history for a specific job.
Syntax
'Declaration
 
Public Overloads Shared Function Find( _
   ByVal jobId As System.Integer, _
   ByVal startDate As System.Date, _
   ByVal searchOptions As HistorySearchOptions, _
   ByVal js As Server _
) As System.Collections.Generic.ICollection(Of History)
'Usage
 
Dim jobId As System.Integer
Dim startDate As System.Date
Dim searchOptions As HistorySearchOptions
Dim js As Server
Dim value As System.Collections.Generic.ICollection(Of History)
 
value = History.Find(jobId, startDate, searchOptions, js)
public static System.Collections.Generic.ICollection<History> Find( 
   System.int jobId,
   System.DateTime startDate,
   HistorySearchOptions searchOptions,
   Server js
)

Parameters

jobId
startDate
searchOptions
js
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

History Class
History Members
Overload List