C# Class MpcLib.DistributedSystem.QuorumSystem.QuorumBuilding.CuckooRule

Inheritance: AsyncProtocol
Afficher le fichier Open project: mahdiz/mpclib

Méthodes publiques

Méthode Description
CuckooRule ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
Run ( ) : void

Method Details

CuckooRule() public méthode

public CuckooRule ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
stateKey StateKey
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void