.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    RingbufferOptions Constructor

    RingbufferOptions()

    Initializes a new instance of the RingbufferOptions class.

    Declaration
    public RingbufferOptions()

    RingbufferOptions(string)

    Initializes a new instance of the RingbufferOptions class.

    Declaration
    public RingbufferOptions(string name)
    Parameters
    string name

    The name of the ringbuffer.

    RingbufferOptions(RingbufferOptions)

    Initializes a new instance of the RingbufferOptions class.

    Declaration
    public RingbufferOptions(RingbufferOptions options)
    Parameters
    RingbufferOptions options

    Another instance.

    RingbufferOptions(string, RingbufferOptions)

    Initializes a new instance of the RingbufferOptions class.

    Declaration
    public RingbufferOptions(string name, RingbufferOptions options)
    Parameters
    string name

    The name of the ringbuffer.

    RingbufferOptions options

    Another instance.

    In this article
    Back to top Copyright © 2010-2024 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.