RecyclableMemoryStreamManager.StreamCreatedEventArgs constructor
December 6, 2023 · View on GitHub
Arguments for the StreamCreated event.
public StreamCreatedEventArgs(Guid guid, string? tag, long requestedSize, long actualSize)
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| requestedSize | The requested stream size. |
| actualSize | The actual stream size. |
Remarks
Initializes a new instance of the StreamCreatedEventArgs class.
See Also
- class StreamCreatedEventArgs
- namespace Microsoft.IO