Skip to the content.

RingBufferPlus API:RingBuffer

Build License NuGet Downloads

Back to List Api

RingBuffer<T>

Namespace: RingBufferPlus

Represents the RingBufferPlus extensions.

public static class RingBuffer<T>

Type Parameters

T
Type of buffer.

Inheritance ObjectRingBuffer<T>

Methods

New(String, Nullable<CancellationToken>)

Create a new instance to commands of RingBufferPlus.

public static IRingBuffer<T> New(string buffername, Nullable<CancellationToken> cancellation)

Parameters

buffername String
The unique name to RingBuffer.

cancellation Nullable<CancellationToken>
The CancellationToken.

Returns

IRingBuffer<T>


Back to List Api