adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetHistoryAndMessages Method
Query parameters specifying the history records to return
Returns the matching instances
Query parameters specifying the log messages to return
Returns the matching messages


In This Topic
    GetHistoryAndMessages Method (DataContext)
    In This Topic
    Gets job history and log messages
    Syntax

    Parameters

    historyParameters
    Query parameters specifying the history records to return
    history
    Returns the matching instances
    logParameters
    Query parameters specifying the log messages to return
    messages
    Returns the matching messages
    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) specify logParameters to return those messages in messages.

    See Also