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

Inheritance: AsyncProtocol
Mostrar archivo Open project: mahdiz/mpclib

Public Methods

Method Description
CuckooRule ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
Run ( ) : void

Method Details

CuckooRule() public method

public CuckooRule ( AsyncParty e, ReadOnlyCollection processorIds, StateKey stateKey ) : System
e AsyncParty
processorIds ReadOnlyCollection
stateKey StateKey
return System

Run() public method

public Run ( ) : void
return void