C# Class AwesomeComputers.Computers.Server

Inheritance: Computer
Afficher le fichier Open project: nzhul/TelerikAcademy Class Usage Examples

Méthodes publiques

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

Method Details

ProcessRequest() public méthode

public ProcessRequest ( int integerToProcess ) : void
integerToProcess int
Résultat void

Server() public méthode

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
Résultat System