다음을 통해 공유


IObjectPoolMonitor 인터페이스

정의

추적 개체 풀 관련 메트릭 모니터링

public interface IObjectPoolMonitor
type IObjectPoolMonitor = interface
Public Interface IObjectPoolMonitor
파생

메서드

Report(Int64, Int64, Int64)

개체 풀 상태를 보고하기 위해 호출됩니다.

TrackObjectAllocated()

개체가 할당 될 때마다 호출됩니다.

TrackObjectReleased()

개체가 풀로 다시 해제될 때마다 호출됩니다.

적용 대상