RecyclableMemoryStreamManager.BufferDiscardedEventArgs class
February 7, 2023 · View on GitHub
Arguments for the BufferDiscarded event.
public sealed class BufferDiscardedEventArgs : EventArgs
Public Members
| name | description |
|---|---|
| BufferType { get; } | Type of the buffer. |
| Id { get; } | Unique ID for the stream. |
| Reason { get; } | The reason this buffer was discarded. |
| Tag { get; } | Optional Tag for the event. |
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO