RecyclableMemoryStreamManager.Events.MemoryStreamCreated method
December 6, 2023 · View on GitHub
Logged when a stream object is created.
public void MemoryStreamCreated(Guid guid, string? tag, long requestedSize, long actualSize)
| parameter | description |
|---|---|
| guid | A unique ID for this stream. |
| tag | A temporary ID for this stream, usually indicates current usage. |
| requestedSize | Requested size of the stream. |
| actualSize | Actual size given to the stream from the pool. |
See Also
- class Events
- namespace Microsoft.IO