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


In This Topic
    CountLogMessages Method
    In This Topic
    Gets a count of the number of log messages matching a filter
    Syntax
    'Declaration
     
    
    Public Function CountLogMessages( _
       ByVal parameters As LogQueryParameters _
    ) As Integer
    public int CountLogMessages( 
       LogQueryParameters parameters
    )
    public:
    int CountLogMessages( 
       LogQueryParameters^ 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