C# Class nway, ScalableJoins

Datei anzeigen Open project: JoinPatterns/ScalableJoins

Public Properties

Property Type Description
entry Synchronous.Channel

Public Methods

Method Description
acceptn ( int n, string message ) : void
nway ( string formatstring ) : System

Method Details

acceptn() public method

public acceptn ( int n, string message ) : void
n int
message string
return void

nway() public method

public nway ( string formatstring ) : System
formatstring string
return System

Property Details

entry public_oe property

public Synchronous.Channel entry
return Synchronous.Channel