Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.62 KB

File metadata and controls

24 lines (18 loc) · 1.62 KB

HtmlPdfPLus Logo

RingBufferPlus Documentation


Microsoft.Extensions.DependencyInjection namespace

public type description
static class HostingExtensions Represents the commands to add RingBufferPlus in ServiceCollection and Warmup.

RingBufferPlus namespace

public type description
interface IRingBuffer<T> Represents the commands to RingBufferPlus.
interface IRingBufferBuild<T> Provides methods to build and configure a RingBufferPlus instance.
interface IRingBufferScaleCapacity<T> Represents the scale capacity commands to RingBufferPlus.
interface IRingBufferService<T> Represents the commands to RingBufferPlus service.
static class RingBuffer<T> Represents the RingBufferPlus extensions.
static class RingBufferDefault Represents the default values for the ring buffer.
class RingBufferValue<T> Represents acquired the value in the buffer.
enum ScaleSwitch Represents Scale switch of RingBufferPlus.