C# Class wmib.Program

Datei anzeigen Open project: benapetr/wikimedia-bot

Protected Methods

Method Description
SigInt ( object sender, ConsoleCancelEventArgs args ) : void

This is used to handle UNIX signals

Private Methods

Method 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 method

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