C# Class Day8.SynchronizingThreads.CellProd

ファイルを表示 Open project: ctsxamarintraining/October15 Class Usage Examples

Public Methods

Method Description
CellProd ( Cell box, int request ) : System
ThreadRun ( ) : void

Method Details

CellProd() public method

public CellProd ( Cell box, int request ) : System
box Cell
request int
return System

ThreadRun() public method

public ThreadRun ( ) : void
return void