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)
parameterdescription
guidA unique ID for this stream.
tagA temporary ID for this stream, usually indicates current usage.
allocationStackCall stack of initial allocation.

Remarks

Note: Stacks will only be populated if RecyclableMemoryStreamManager.GenerateCallStacks is true.

See Also