RecyclableMemoryStreamManager.StreamFinalizedEventArgs class

December 6, 2023 · View on GitHub

Arguments for the StreamFinalized event.

public sealed class StreamFinalizedEventArgs : EventArgs
parameterdescription
guidUnique ID of the stream.
tagTag of the stream.
allocationStackStack of original allocation.

Public Members

namedescription
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