RecyclableMemoryStreamManager.StreamFinalizedEventArgs class
December 6, 2023 · View on GitHub
Arguments for the StreamFinalized event.
public sealed class StreamFinalizedEventArgs : EventArgs
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| allocationStack | Stack of original allocation. |
Public Members
| name | description |
|---|---|
| StreamFinalizedEventArgs(…) | Arguments for the StreamFinalized event. |
| AllocationStack { get; } | Stack where the stream was allocated. |
| Id { get; } | Unique ID for the stream. |
| Tag { get; } | Optional Tag for the event. |
Remarks
Initializes a new instance of the StreamFinalizedEventArgs class.
See Also
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO