Edit

Share via


EventHubQueueCacheFactory.CacheMonitorFactory Property

Definition

Create a cache monitor to report performance metrics. Factory function should return an ICacheMonitor.

public Func<Orleans.Streaming.EventHubs.EventHubCacheMonitorDimensions,Microsoft.Extensions.Logging.ILoggerFactory,Orleans.Providers.Streams.Common.ICacheMonitor> CacheMonitorFactory { get; set; }
member this.CacheMonitorFactory : Func<Orleans.Streaming.EventHubs.EventHubCacheMonitorDimensions, Microsoft.Extensions.Logging.ILoggerFactory, Orleans.Providers.Streams.Common.ICacheMonitor> with get, set
Public Property CacheMonitorFactory As Func(Of EventHubCacheMonitorDimensions, ILoggerFactory, ICacheMonitor)

Property Value

Applies to