Show / Hide Table of Contents

Struct RaftCluster<TMember>.MemberCollectionBuilder.Enumerator

Represents enumerator over cluster members.

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: DotNext.Net.Cluster.Consensus.Raft
Assembly: DotNext.Net.Cluster.dll
Syntax
public struct Enumerator

Properties

| Improve this Doc View Source

Current

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 Source

MoveNext()

Adjusts position of this enumerator.

Declaration
public bool MoveNext()
Returns
Type Description
Boolean

true if enumerator moved to the next member successfully; otherwise, false.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX