C# Class Wrox.ProCSharp.WinServices.QuoteServer

Afficher le fichier Open project: ProfessionalCSharp/ProfessionalCSharp6 Class Usage Examples

Méthodes publiques

Méthode Description
QuoteServer ( ) : System
QuoteServer ( string filename ) : System
QuoteServer ( string filename, int port ) : System
RefreshQuotes ( ) : void
Resume ( ) : void
Start ( ) : void
Stop ( ) : void
Suspend ( ) : void

Méthodes protégées

Méthode Description
GetRandomQuoteOfTheDay ( ) : string
ListenerAsync ( ) : System.Threading.Tasks.Task
ReadQuotes ( ) : void

Method Details

GetRandomQuoteOfTheDay() protected méthode

protected GetRandomQuoteOfTheDay ( ) : string
Résultat string

ListenerAsync() protected méthode

protected ListenerAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

QuoteServer() public méthode

public QuoteServer ( ) : System
Résultat System

QuoteServer() public méthode

public QuoteServer ( string filename ) : System
filename string
Résultat System

QuoteServer() public méthode

public QuoteServer ( string filename, int port ) : System
filename string
port int
Résultat System

ReadQuotes() protected méthode

protected ReadQuotes ( ) : void
Résultat void

RefreshQuotes() public méthode

public RefreshQuotes ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void