RecyclableMemoryStreamManager.Events.MemoryStreamDisposed method
December 6, 2023 · View on GitHub
Logged when the stream is disposed.
public void MemoryStreamDisposed(Guid guid, string? tag, long lifetimeMs, string? allocationStack,
string? disposeStack)
| parameter | description |
|---|---|
| guid | A unique ID for this stream. |
| tag | A temporary ID for this stream, usually indicates current usage. |
| lifetimeMs | Lifetime in milliseconds of the stream |
| allocationStack | Call stack of initial allocation. |
| disposeStack | Call stack of the dispose. |
See Also
- class Events
- namespace Microsoft.IO