IObjectPoolMonitor 接口

定义

监视跟踪对象池相关指标

public interface IObjectPoolMonitor
type IObjectPoolMonitor = interface
Public Interface IObjectPoolMonitor
派生

方法

Report(Int64, Int64, Int64)

调用以报告对象池状态。

TrackObjectAllocated()

每次分配对象时调用。

TrackObjectReleased()

每次将对象释放回池时调用。

适用于