ICacheMonitor.TrackCachePressureMonitorStatusChange 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 when the cache pressure monitor encounter a status change.
public void TrackCachePressureMonitorStatusChange (string pressureMonitorType, bool underPressure, double? cachePressureContributionCount, double? currentPressure, double? flowControlThreshold);
abstract member TrackCachePressureMonitorStatusChange : string * bool * Nullable<double> * Nullable<double> * Nullable<double> -> unit
Public Sub TrackCachePressureMonitorStatusChange (pressureMonitorType As String, underPressure As Boolean, cachePressureContributionCount As Nullable(Of Double), currentPressure As Nullable(Of Double), flowControlThreshold As Nullable(Of Double))
Parameters
- pressureMonitorType
- String
Type of the pressure monitor.
- underPressure
- Boolean
if set to true
, the cache is under pressure.