.NET Client Documentation
5.5.0
Search Results for

    Show / Hide Table of Contents

    EventsOptions Class

    Namespace: Hazelcast.Events
    Assembly: Hazelcast.Net.dll

    Represents the events options.

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

    Constructors

    Name Description
    EventsOptions()

    Initializes a new instance of the EventsOptions class.

    Properties

    Name Description
    SubscriptionCollectDelay

    Gets or sets the delay before collecting subscriptions starts.

    SubscriptionCollectPeriod

    Gets or sets the period of the subscription collection.

    SubscriptionCollectTimeout

    Gets or sets the subscription collection timeout, after which a subscription is considered dead and removed.

    Methods

    Name Description
    Clone()

    Clones the options.

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