C# 클래스 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.
상속: ABooleanVote
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
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.

메소드 상세

Veto() 공개 메소드

Veto
public Veto ( ) : void
리턴 void

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.
public VetoVote ( )