Edit

IObjectPoolMonitor.Report(Int64, Int64, Int64) Method

Definition

Periodically 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

Applies to