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)
parameterdescription
guidA unique ID for this stream.
tagA temporary ID for this stream, usually indicates current usage.
requestedSizeRequested size of the stream.
actualSizeActual size given to the stream from the pool.

See Also