共用方式為


EventHubQueueCacheFactory.CacheMonitorFactory 屬性

定義

建立快取監視器以報告效能計量。 Factory funciton 應該會傳回 ICacheMonitor。

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

屬性值

適用於