.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    ReliableTopicOptions Class

    Namespace: Hazelcast.Models
    Assembly: Hazelcast.Net.dll

    Options for one IHReliableTopic<T>.

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

    Constructors

    Name Description
    ReliableTopicOptions()

    Initialize a new instance of the ReliableTopicOptions class.

    ReliableTopicOptions(TopicOverloadPolicy, int)

    Initialize a new instance of the ReliableTopicOptions class.

    Properties

    Name Description
    BatchSize

    Gets or sets the batch size of reads.

    Policy

    Gets or sets the overload policy of the ring buffer.

    Methods

    Name Description
    Clone()

    Clone the options.

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