共用方式為


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

定義

定期報告區塊集區狀態

public void Report (long totalMemoryInByte, long availableMemoryInByte, long claimedMemoryInByte);
abstract member Report : int64 * int64 * int64 -> unit
override this.Report : int64 * int64 * int64 -> unit
Public Sub Report (totalMemoryInByte As Long, availableMemoryInByte As Long, claimedMemoryInByte As Long)

參數

totalMemoryInByte
Int64
availableMemoryInByte
Int64

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

claimedMemoryInByte
Int64

快取所使用的記憶體。

實作

適用於