C# Class MpcLib.DistributedSystem.NopProtocol

Inheritance: Protocol
显示文件 Open project: mahdiz/mpclib

Public Methods

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

Method Details

HandleMessage() public method

public HandleMessage ( int fromId, Msg msg ) : void
fromId int
msg Msg
return void

NopProtocol() public method

public NopProtocol ( Party me, ulong protocolId, int nopCount ) : System
me Party
protocolId ulong
nopCount int
return System

Start() public method

public Start ( ) : void
return void