Partager via


DefaultBlockPoolMonitor.Report(Int64, Int64, Int64) Méthode

Définition

Signaler régulièrement les status du pool de blocs

public void Report (long totalMemoryInByte, long availableMemoryInByte, long claimedMemoryInByte);
abstract member Report : int64 * int64 * int64 -> unit
override this.Report : int64 * int64 * int64 -> unit
Public Sub Report (totalMemoryInByte As Long, availableMemoryInByte As Long, claimedMemoryInByte As Long)

Paramètres

totalMemoryInByte
Int64
availableMemoryInByte
Int64

Mémoire disponible pour l’allocation aux caches.

claimedMemoryInByte
Int64

Mémoire utilisée par les caches.

Implémente

S’applique à