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

A veto vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If anyone is unhappy with it, the result of the vote will be false.
Inheritance: ABooleanVote
Exibir arquivo Open project: Vanaheimr/Illias

Public Methods

Method Description
Veto ( ) : void

Veto

VetoVote ( )

A veto vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If anyone is unhappy with it, the result of the vote will be false.

Method Details

Veto() public method

Veto
public Veto ( ) : void
return void

VetoVote() public method

A veto vote is a simple way to ask multiple event subscribers if an action, e.g. AddVertex(...) should be processed or suspended. If anyone is unhappy with it, the result of the vote will be false.
public VetoVote ( )