'Declaration
Public Function CountLogMessages( _ ByVal parameters As LogQueryParameters _ ) As Integer
public int CountLogMessages( LogQueryParameters parameters )
Parameters
- parameters
- Query parameters specifying the messages to return
'Declaration
Public Function CountLogMessages( _ ByVal parameters As LogQueryParameters _ ) As Integer
public int CountLogMessages( LogQueryParameters parameters )
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.