ICacheMonitor.ReportMessageStatistics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called to report cache status metrics.
public void ReportMessageStatistics (DateTime? oldestMessageEnqueueTimeUtc, DateTime? oldestMessageDequeueTimeUtc, DateTime? newestMessageEnqueueTimeUtc, long totalMessageCount);
abstract member ReportMessageStatistics : Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * int64 -> unit
Public Sub ReportMessageStatistics (oldestMessageEnqueueTimeUtc As Nullable(Of DateTime), oldestMessageDequeueTimeUtc As Nullable(Of DateTime), newestMessageEnqueueTimeUtc As Nullable(Of DateTime), totalMessageCount As Long)
Parameters
The time in UTC when the oldest message was enqueued to the queue.
The time in UTC when the oldest message was read from the queue and put in the cache.
The time in UTC when the newest message was enqueued to the queue.
- totalMessageCount
- Int64
The total message count.