RecyclableMemoryStreamManager.Events.MemoryStreamDiscardReason enumeration
October 6, 2021 · View on GitHub
The possible reasons for discarding a buffer.
public enum MemoryStreamDiscardReason
Values
| name | value | description |
|---|---|---|
| TooLarge | 0 | Buffer was too large to be re-pooled. |
| EnoughFree | 1 | There are enough free bytes in the pool. |
See Also
- class Events
- namespace Microsoft.IO