C# Class org.GraphDefined.Vanaheimr.Illias.Votes.MajorityVote

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
Inheritance: ABooleanVote
Afficher le fichier Open project: Vanaheimr/Illias

Méthodes publiques

Méthode Description
MajorityVote ( )

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.

Method Details

MajorityVote() public méthode

A majority vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If a majority of >50% is okay with it, the result of the vote will be true.
public MajorityVote ( )