RecyclableMemoryStreamManager.LargeBufferCreatedEventArgs class
December 6, 2023 · View on GitHub
Arguments for the LargeBufferCreated events.
public sealed class LargeBufferCreatedEventArgs : EventArgs
Public Members
| name | description |
|---|---|
| CallStack { get; } | If the buffer was not satisfied from the pool, and GenerateCallStacks is turned on, then. this will contain the call stack of the allocation request. |
| Id { get; } | Unique ID for the stream. |
| LargePoolInUse { get; } | How many bytes are in use from the large pool. |
| Pooled { get; } | Whether the buffer was satisfied from the pool or not. |
| RequiredSize { get; } | Required buffer size. |
| Tag { get; } | Optional Tag for the event. |
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO