RecyclableMemoryStreamManager.StreamCreatedEventArgs class
December 6, 2023 · View on GitHub
Arguments for the StreamCreated event.
public sealed class StreamCreatedEventArgs : EventArgs
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| requestedSize | The requested stream size. |
| actualSize | The actual stream size. |
Public Members
| name | description |
|---|---|
| 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
- class RecyclableMemoryStreamManager
- namespace Microsoft.IO