Freigeben über


DefaultCacheMonitor.TrackCachePressureMonitorStatusChange Methode

Definition

Wird aufgerufen, wenn der Cachedruckmonitor auf eine status Änderung stößt.

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
override this.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))

Parameter

pressureMonitorType
String

Typ des Druckmonitors.

underPressure
Boolean

wenn auf truefestgelegt ist, steht der Cache unter Druck.

cachePressureContributionCount
Nullable<Double>

Die Anzahl des Cachedruckbeitrags.

currentPressure
Nullable<Double>

Der aktuelle Druck.

flowControlThreshold
Nullable<Double>

Der Schwellenwert für die Flusssteuerung.

Implementiert

Gilt für: