IBlockPoolMonitor.Report(Int64, Int64, Int64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Signaler régulièrement l’état du pool de blocs
public void Report (long totalSizeInByte, long availableMemoryInByte, long claimedMemoryInByte);
abstract member Report : int64 * int64 * int64 -> unit
Public Sub Report (totalSizeInByte As Long, availableMemoryInByte As Long, claimedMemoryInByte As Long)
Paramètres
- totalSizeInByte
- Int64
Mémoire totale allouée par ce pool de blocs.
- availableMemoryInByte
- Int64
Mémoire disponible pour l’allocation aux caches.
- claimedMemoryInByte
- Int64
Mémoire utilisée par les caches.