C# Class MpcLib.DistributedSystem.LoopbackProtocol

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

Méthodes publiques

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

Method Details

HandleMessage() public méthode

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

LoopbackProtocol() public méthode

public LoopbackProtocol ( Party me, object result, ulong protocolId ) : System
me Party
result object
protocolId ulong
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void