Click or drag to resize
UniqueKNodeLeaderElected Property
Distributed Algorithm Simulator
True: the nodes knows that a leader has been elected by the algorithm. False: otherwise.

Namespace: DistributedAlgorithms
Assembly: DistributedAlgorithmSimulator (in DistributedAlgorithmSimulator.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool LeaderElected { get; set; }

Property Value

Type: Boolean
See Also