共用方式為


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

定義

定期報告區塊集區狀態

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)

參數

totalSizeInByte
Int64

配置此區塊集區的記憶體總計。

availableMemoryInByte
Int64

可用於配置快取的記憶體。

claimedMemoryInByte
Int64

快取所使用的記憶體。

適用於