RecyclableMemoryStreamManager.Options constructor (1 of 2)
December 6, 2023 · View on GitHub
Creates a new Options object.
public Options()
See Also
- class Options
- namespace Microsoft.IO
RecyclableMemoryStreamManager.Options constructor (2 of 2)
Creates a new Options object with the most common options.
public Options(int blockSize, int largeBufferMultiple, int maximumBufferSize,
long maximumSmallPoolFreeBytes, long maximumLargePoolFreeBytes)
| parameter | description |
|---|---|
| blockSize | Size of the blocks in the small pool. |
| largeBufferMultiple | Size of the large buffer multiple |
| maximumBufferSize | Maximum poolable buffer size. |
| maximumSmallPoolFreeBytes | Maximum bytes to hold in the small pool. |
| maximumLargePoolFreeBytes | Maximum bytes to hold in each of the large pools. |
See Also
- class Options
- namespace Microsoft.IO