共用方式為


IObjectPoolMonitor 介面

定義

監視追蹤物件集區相關計量

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

方法

Report(Int64, Int64, Int64)

呼叫以報告物件集區狀態。

TrackObjectAllocated()

每次設定物件時呼叫。

TrackObjectReleased()

每次將物件放回集區時呼叫。

適用於