C# Class AwesomeComputers.Computers.Server

Inheritance: Computer
Exibir arquivo Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
ProcessRequest ( int integerToProcess ) : void
Server ( ICPU cpu, IRAM ram, MonochromeVideoCard videoCard, RAID hardDriveRaid, MonochromeVideoCard motherBoard ) : System

Method Details

ProcessRequest() public method

public ProcessRequest ( int integerToProcess ) : void
integerToProcess int
return void

Server() public method

public Server ( ICPU cpu, IRAM ram, MonochromeVideoCard videoCard, RAID hardDriveRaid, MonochromeVideoCard motherBoard ) : System
cpu ICPU
ram IRAM
videoCard MonochromeVideoCard
hardDriveRaid AwesomeComputers.HardDrive.RAID
motherBoard MonochromeVideoCard
return System