adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / CountJobHistory Method
Query parameters specifying the messages to return


In This Topic
    CountJobHistory Method
    In This Topic
    Gets a count of the number of job instances matching a filter
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Function CountJobHistory( _
       ByVal parameters As InstanceQueryParameters _
    ) As Integer
    [NotNull()]
    public int CountJobHistory( 
       InstanceQueryParameters parameters
    )
    [NotNull()]
    public:
    int CountJobHistory( 
       InstanceQueryParameters^ parameters
    ) 

    Parameters

    parameters
    Query parameters specifying the messages to return
    Remarks

    In some circumstances (such as when the parameters does not filter by job) returned count include records that the caller does not have permission to view and therefore may be higher than the number of records that could actually be retrieved using GetLogMessages.

    See Also