.NET Client Documentation
5.6.0
Search Results for

    Show / Hide Table of Contents

    PartitionLostEventArgs Class

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

    Represents event data for the partition lost event.

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

    Constructors

    Name Description
    PartitionLostEventArgs(int, int, bool, MemberInfo)

    Initializes a new instance of the PartitionLostEventArgs class.

    Properties

    Name Description
    IsAllReplicasInPartitionLost

    Indicates whether all replicas of the partition are lost.

    LostBackupCount

    The lost backup count.

    Member

    The member raised the event.

    PartitionId

    The partition id.

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