PooledBufferStream Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PooledBufferStream() |
Initializes a new instance of the PooledBufferStream class. |
PooledBufferStream(Int32) |
Initializes a new instance of the PooledBufferStream class. |
PooledBufferStream()
Initializes a new instance of the PooledBufferStream class.
public PooledBufferStream ();
Public Sub New ()
Applies to
PooledBufferStream(Int32)
Initializes a new instance of the PooledBufferStream class.
public PooledBufferStream (int minAllocationSize = 0);
new Orleans.Serialization.Buffers.Adaptors.PooledBufferStream : int -> Orleans.Serialization.Buffers.Adaptors.PooledBufferStream
Public Sub New (Optional minAllocationSize As Integer = 0)
Parameters
- minAllocationSize
- Int32
Minimum size of the allocation.