RingbufferOptions Constructor
RingbufferOptions()
Initializes a new instance of the Ringbuffer
Declaration
public RingbufferOptions()
RingbufferOptions(string)
Initializes a new instance of the Ringbuffer
Declaration
public RingbufferOptions(string name)
Parameters
string | name | The name of the ringbuffer. |
RingbufferOptions(RingbufferOptions)
Initializes a new instance of the Ringbuffer
Declaration
public RingbufferOptions(RingbufferOptions options)
Parameters
Ringbuffer |
options | Another instance. |
RingbufferOptions(string, RingbufferOptions)
Initializes a new instance of the Ringbuffer
Declaration
public RingbufferOptions(string name, RingbufferOptions options)
Parameters
string | name | The name of the ringbuffer. |
Ringbuffer |
options | Another instance. |