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
| Name | Description |
|---|---|
| Report(Int64, Int64, Int64) |
Periodically report object pool status |
| TrackObjectAllocated() |
Track every time when an object is allocated |
| TrackObjectReleased() |
Track every time an object was released back to the pool |