AggregatedCachePressureMonitor(ILogger, ICacheMonitor) Constructor
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.
Constructor
public AggregatedCachePressureMonitor (Microsoft.Extensions.Logging.ILogger logger, Orleans.Providers.Streams.Common.ICacheMonitor monitor = default);
new Orleans.Streaming.EventHubs.AggregatedCachePressureMonitor : Microsoft.Extensions.Logging.ILogger * Orleans.Providers.Streams.Common.ICacheMonitor -> Orleans.Streaming.EventHubs.AggregatedCachePressureMonitor
Public Sub New (logger As ILogger, Optional monitor As ICacheMonitor = Nothing)
Parameters
- logger
- ILogger
- monitor
- ICacheMonitor