Struct RaftCluster<TMember>.MemberCollectionBuilder.Enumerator
Represents enumerator over cluster members.
Inherited Members
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public struct Enumerator
Properties
| Improve this Doc View SourceCurrent
Gets holder of the member holder at the current position of enumerator.
Declaration
public RaftCluster<TMember>.MemberHolder Current { get; }
Property Value
Type | Description |
---|---|
RaftCluster.MemberHolder<> |
Methods
| Improve this Doc View SourceMoveNext()
Adjusts position of this enumerator.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
Boolean | true if enumerator moved to the next member successfully; otherwise, false. |