RecyclableMemoryStreamManager.BlockCreatedEventArgs class

February 7, 2023 · View on GitHub

Arguments for the BlockCreated event.

public sealed class BlockCreatedEventArgs : EventArgs

Public Members

namedescription
SmallPoolInUse { get; }How many bytes are currently in use from the small pool.

See Also

  • class RecyclableMemoryStreamManager
  • namespace Microsoft.IO

Contents

  1. 1Public Members
  2. 2See Also