Düzenle

Aracılığıyla paylaş


ICacheMonitor.TrackCachePressureMonitorStatusChange Method

Definition

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.

cachePressureContributionCount
Nullable<Double>

The cache pressure contribution count.

currentPressure
Nullable<Double>

The current pressure.

flowControlThreshold
Nullable<Double>

The flow control threshold.

Applies to