RecyclableMemoryStreamManager.Events.MemoryStreamFinalized method
December 6, 2023 · View on GitHub
Logged when a stream is finalized.
public void MemoryStreamFinalized(Guid guid, string? tag, string? allocationStack)
| parameter | description |
|---|---|
| guid | A unique ID for this stream. |
| tag | A temporary ID for this stream, usually indicates current usage. |
| allocationStack | Call stack of initial allocation. |
Remarks
Note: Stacks will only be populated if RecyclableMemoryStreamManager.GenerateCallStacks is true.
See Also
- class Events
- namespace Microsoft.IO