RecyclableMemoryStreamManager.UsageReportEventArgs constructor

December 6, 2023 · View on GitHub

Arguments for the UsageReport event.

public UsageReportEventArgs(long smallPoolInUseBytes, long smallPoolFreeBytes, 
    long largePoolInUseBytes, long largePoolFreeBytes)
parameterdescription
smallPoolInUseBytesBytes from the small pool currently in use.
smallPoolFreeBytesBytes from the small pool currently available.
largePoolInUseBytesBytes from the large pool currently in use.
largePoolFreeBytesBytes from the large pool currently available.

Remarks

Initializes a new instance of the UsageReportEventArgs class.

See Also