.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    DynamicOptions Class

    Namespace: Hazelcast.Configuration
    Assembly: Hazelcast.Net.dll

    Represents a service that can dynamically configure cluster-side objects.

    public class DynamicOptions
    Inheritance
    object
    DynamicOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()

    Methods

    Name Description
    ConfigureMapAsync(MapOptions)

    Dynamically configures a map.

    ConfigureMapAsync(string, Action<MapOptions>)

    Dynamically configures a map.

    ConfigureRingbufferAsync(RingbufferOptions)

    Dynamically configures a map.

    ConfigureRingbufferAsync(string, Action<RingbufferOptions>)

    Dynamically configures a ring buffer.

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