'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