adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetJobHistory Method
Query parameters specifying the history records to return


In This Topic
    GetJobHistory Method
    In This Topic
    Gets job history records matching a filter
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function GetJobHistory( _
       ByVal parameters As InstanceQueryParameters _
    ) As ExecutionHistoryItemCollection

    Parameters

    parameters
    Query parameters specifying the history records to return
    Remarks

    This method returns a collection of ExecutionHistoryItem objects representing the instances that match the query parameters. Any LogMessages associated with those instances are returned automatically and are accessible through ExecutionHistoryItem.LogMessages. If you also need log messages that are not associated with an instance (such as job-level alerts) use GetHistoryAndMessages instead.

    See Also