C# Class Sequencing.WeatherApp.Service.EmailSendProcessor

ファイルを表示 Open project: SequencingDOTcom/Weather-My-Way-RTP-app Class Usage Examples

Private Properties

Property Type Description
CurrentDomain_OnUnhandledException void
ProcessImpl void

Public Methods

Method Description
Process ( object stopRun ) : void
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
CurrentDomain_OnUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
ProcessImpl ( ) : void

Method Details

Process() public method

public Process ( object stopRun ) : void
stopRun object
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void