IObjectPoolMonitor.Report(Int64, Int64, Int64) 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.
Called to report object pool status.
public void Report (long totalObjects, long availableObjects, long claimedObjects);
abstract member Report : int64 * int64 * int64 -> unit
Public Sub Report (totalObjects As Long, availableObjects As Long, claimedObjects As Long)
Parameters
- totalObjects
- Int64
Total size of object pool.
- availableObjects
- Int64
Count for objects in the pool which is available for allocating.
- claimedObjects
- Int64
Count for objects which are claimed, hence not available.