Class RaftCluster<TMember>.ConcurrentMembershipModificationException
Indicates that the caller is trying to add or remove cluster member concurrently.
Inheritance
RaftCluster<TMember>.ConcurrentMembershipModificationException
Implements
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
[Serializable]
public sealed class RaftCluster<TMember>.ConcurrentMembershipModificationException : RaftProtocolException, ISerializable
Remarks
The current implementation of Raft doesn't support adding or removing multiple cluster members at a time.