GeneratorPooledCache.IsUnderPressure 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.
Returns true if this cache is under pressure.
public bool IsUnderPressure ();
abstract member IsUnderPressure : unit -> bool
override this.IsUnderPressure : unit -> bool
Public Function IsUnderPressure () As Boolean
Returns
true
if this cache is under pressure; otherwise, false
.