Edit

Share via


PooledBufferStream Constructors

Definition

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.

Applies to