共用方式為


ObjectPoolMonitorBridge.Report(Int64, Int64, Int64) 方法

定義

定期報告物件集區狀態,並呼叫其 blockPoolMonitor 來報告其計數器部分計量

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)

參數

totalObjects
Int64

物件集區的大小總計。

availableObjects
Int64

集區中可供配置的物件計數。

claimedObjects
Int64

宣告的物件計數,因此無法使用。

實作

適用於