C# 클래스 Wrox.ProCSharp.WinServices.QuoteServer

파일 보기 프로젝트 열기: ProfessionalCSharp/ProfessionalCSharp6 1 사용 예제들

공개 메소드들

메소드 설명
QuoteServer ( ) : System
QuoteServer ( string filename ) : System
QuoteServer ( string filename, int port ) : System
RefreshQuotes ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void
Suspend ( ) : void

보호된 메소드들

메소드 설명
GetRandomQuoteOfTheDay ( ) : string
ListenerAsync ( ) : System.Threading.Tasks.Task
ReadQuotes ( ) : void

메소드 상세

GetRandomQuoteOfTheDay() 보호된 메소드

protected GetRandomQuoteOfTheDay ( ) : string
리턴 string

ListenerAsync() 보호된 메소드

protected ListenerAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

QuoteServer() 공개 메소드

public QuoteServer ( ) : System
리턴 System

QuoteServer() 공개 메소드

public QuoteServer ( string filename ) : System
filename string
리턴 System

QuoteServer() 공개 메소드

public QuoteServer ( string filename, int port ) : System
filename string
port int
리턴 System

ReadQuotes() 보호된 메소드

protected ReadQuotes ( ) : void
리턴 void

RefreshQuotes() 공개 메소드

public RefreshQuotes ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

Suspend() 공개 메소드

public Suspend ( ) : void
리턴 void