PrefixingBufferWriter<T,TBufferWriter>.Sequence Constructor
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.
Initializes a new instance of the PrefixingBufferWriter<T,TBufferWriter>.Sequence class.
public Sequence (System.Buffers.MemoryPool<T> memoryPool);
new Orleans.Runtime.Messaging.PrefixingBufferWriter<'T, 'BufferWriter (requires 'BufferWriter :> System.Buffers.IBufferWriter<'T>)>.Sequence : System.Buffers.MemoryPool<'T> -> Orleans.Runtime.Messaging.PrefixingBufferWriter<'T, 'BufferWriter (requires 'BufferWriter :> System.Buffers.IBufferWriter<'T>)>.Sequence
Public Sub New (memoryPool As MemoryPool(Of T))
Parameters
- memoryPool
- MemoryPool<T>
The pool to use for recycling backing arrays.