RecyclableMemoryStreamManager.UsageReportEventArgs constructor
December 6, 2023 · View on GitHub
Arguments for the UsageReport event.
public UsageReportEventArgs(long smallPoolInUseBytes, long smallPoolFreeBytes,
long largePoolInUseBytes, long largePoolFreeBytes)
| parameter | description |
|---|---|
| smallPoolInUseBytes | Bytes from the small pool currently in use. |
| smallPoolFreeBytes | Bytes from the small pool currently available. |
| largePoolInUseBytes | Bytes from the large pool currently in use. |
| largePoolFreeBytes | Bytes from the large pool currently available. |
Remarks
Initializes a new instance of the UsageReportEventArgs class.
See Also
- class UsageReportEventArgs
- namespace Microsoft.IO