Show / Hide Table of Contents

Struct RaftCluster<TMember>.MutableMemberCollection.Enumerator

Represents enumerator over cluster members.

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
Back to top Generated by DocFX