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

キャッシュで使用されているメモリ。

実装

適用対象