C# 클래스 AwesomeComputers.Computers.Server

상속: Computer
파일 보기 프로젝트 열기: nzhul/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
ProcessRequest ( int integerToProcess ) : void
Server ( ICPU cpu, IRAM ram, MonochromeVideoCard videoCard, RAID hardDriveRaid, MonochromeVideoCard motherBoard ) : System

메소드 상세

ProcessRequest() 공개 메소드

public ProcessRequest ( int integerToProcess ) : void
integerToProcess int
리턴 void

Server() 공개 메소드

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
리턴 System