C# Class Phil, ScalableJoins

Inheritance: IViewable
Mostrar archivo Open project: JoinPatterns/ScalableJoins Class Usage Examples

Public Properties

Property Type Description
GetALife Asynchronous.Channel

Public Methods

Method Description
Phil ( int id, Table, Table ) : System
getalifeAsync ( ) : Task

Private Methods

Method Description
IViewable ( Graphics g ) : void
getalifeSync ( ) : void

Method Details

Phil() public method

public Phil ( int id, Table, Table ) : System
id int
Table Table,
return System

getalifeAsync() public method

public getalifeAsync ( ) : Task
return Task

Property Details

GetALife public_oe property

public Asynchronous.Channel GetALife
return Asynchronous.Channel