WebHostMetricsLogger.QueuedEvents Property
Gets the collection of events that will be flushed on the next flush interval.
Assembly: Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)
Public Property QueuedEvents As ConcurrentDictionary(Of String, MetricEvent) Get Private Set End Property
Property Value
Type: System.Collections.Concurrent.ConcurrentDictionary(Of String, MetricEvent)
Show: