RecyclableMemoryStreamManager.StreamDoubleDisposedEventArgs class

December 6, 2023 · View on GitHub

Arguments for the StreamDoubleDisposed event.

public sealed class StreamDoubleDisposedEventArgs : EventArgs
parameterdescription
guidUnique ID of the stream.
tagTag of the stream.
allocationStackStack of original allocation.
disposeStack1First dispose stack.
disposeStack2Second dispose stack.

Public Members

namedescription
StreamDoubleDisposedEventArgs(…)Arguments for the StreamDoubleDisposed event.
AllocationStack { get; }Stack where the stream was allocated.
DisposeStack1 { get; }First dispose stack.
DisposeStack2 { get; }Second dispose stack.
Id { get; }Unique ID for the stream.
Tag { get; }Optional Tag for the event.

Remarks

Initializes a new instance of the StreamDoubleDisposedEventArgs class.

See Also