PartitionLostEventArgs Class
Namespace: Hazelcast.Events
Assembly: Hazelcast.Net.dll
Represents event data for the partition lost event.
public class PartitionLostEventArgs
Inherited Members
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. |