ObjectPoolMonitorBridge.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 d’objets et appeler également son blockPoolMonitor pour signaler ses métriques de partie de compteur
public void Report (long totalObjects, long availableObjects, long claimedObjects);
abstract member Report : int64 * int64 * int64 -> unit
override this.Report : int64 * int64 * int64 -> unit
Public Sub Report (totalObjects As Long, availableObjects As Long, claimedObjects As Long)
Paramètres
- totalObjects
- Int64
Taille totale du pool d’objets.
- availableObjects
- Int64
Nombre d’objets dans le pool disponibles pour l’allocation.
- claimedObjects
- Int64
Nombre d’objets revendiqués, donc non disponibles.