C# Class MpcLib.DistributedSystem.NopProtocol

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

Méthodes publiques

Méthode Description
HandleMessage ( int fromId, Msg msg ) : void
NopProtocol ( Party me, ulong protocolId, int nopCount ) : System
Start ( ) : void

Method Details

HandleMessage() public méthode

public HandleMessage ( int fromId, Msg msg ) : void
fromId int
msg Msg
Résultat void

NopProtocol() public méthode

public NopProtocol ( Party me, ulong protocolId, int nopCount ) : System
me Party
protocolId ulong
nopCount int
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void