RecyclableMemoryStreamManager.StreamDisposedEventArgs constructor
December 6, 2023 · View on GitHub
Arguments for the StreamDisposed event.
public StreamDisposedEventArgs(Guid guid, string? tag, TimeSpan lifetime, string? allocationStack,
string? disposeStack)
| parameter | description |
|---|---|
| guid | Unique ID of the stream. |
| tag | Tag of the stream. |
| lifetime | Lifetime of the stream |
| allocationStack | Stack of original allocation. |
| disposeStack | Dispose stack. |
Remarks
Initializes a new instance of the StreamDisposedEventArgs class.
See Also
- class StreamDisposedEventArgs
- namespace Microsoft.IO