IObjectPoolMonitor Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Monitor track object pool related metrics
public interface IObjectPoolMonitor
type IObjectPoolMonitor = interface
Public Interface IObjectPoolMonitor
- Derived
Methods
Report(Int64, Int64, Int64) |
Called to report object pool status. |
TrackObjectAllocated() |
Called every time when an object is allocated. |
TrackObjectReleased() |
Called every time an object was released back to the pool. |