共用方式為


IBlockPoolMonitor 介面

定義

監視追蹤區塊集區相關計量。 區塊集區用於快取系統以進行記憶體管理

public interface IBlockPoolMonitor
type IBlockPoolMonitor = interface
Public Interface IBlockPoolMonitor
衍生

方法

Report(Int64, Int64, Int64)

定期報告區塊集區狀態

TrackMemoryAllocated(Int64)

當快取新配置記憶體時呼叫。

TrackMemoryReleased(Int64)

快取釋放記憶體時呼叫。

適用於