RecyclableMemoryStreamManager.UsageReportEventHandler
Delegate for handling periodic reporting of memory use statistics.
Assembly: ServiceStack.Text.dll
View Source
Declaration
public delegate void UsageReportEventHandler(long smallPoolInUseBytes, long smallPoolFreeBytes, long largePoolInUseBytes, long largePoolFreeBytes);