RecyclableMemoryStreamManager.StreamCreatedEventArgs class

December 6, 2023 · View on GitHub

Arguments for the StreamCreated event.

public sealed class StreamCreatedEventArgs : EventArgs
parameterdescription
guidUnique ID of the stream.
tagTag of the stream.
requestedSizeThe requested stream size.
actualSizeThe actual stream size.

Public Members

namedescription
StreamCreatedEventArgs(…)Arguments for the StreamCreated event.
ActualSize { get; }Actual stream size.
Id { get; }Unique ID for the stream.
RequestedSize { get; }Requested stream size.
Tag { get; }Optional Tag for the event.

Remarks

Initializes a new instance of the StreamCreatedEventArgs class.

See Also