C# Class wmib.Program

Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes protégées

Méthode Description
SigInt ( object sender, ConsoleCancelEventArgs args ) : void

This is used to handle UNIX signals

Private Methods

Méthode Description
Main ( string args ) : void

The entry point of the program, where the program control starts and ends.

ParseArgs ( string args ) : void

Processes the terminal parameters

Method Details

SigInt() protected static méthode

This is used to handle UNIX signals
protected static SigInt ( object sender, ConsoleCancelEventArgs args ) : void
sender object Sender
args System.ConsoleCancelEventArgs Arguments
Résultat void