RecyclableMemoryStreamManager.BlockCreatedEventArgs class
February 7, 2023 · View on GitHub
Arguments for the BlockCreated event.
public sealed class BlockCreatedEventArgs : EventArgs
Public Members
| name | description |
|---|---|
| SmallPoolInUse { get; } | How many bytes are currently in use from the small pool. |
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO