C# Class XSpect.MetaTweet.Modules.LocalServant

Inheritance: ServantModule
Show file Open project: takeshik/metatweet-old

Protected Methods

Method Description
ConfigureImpl ( System configFile ) : void
Dispose ( System.Boolean disposing ) : void
InitializeImpl ( ) : void
StartImpl ( ) : void
StopImpl ( ) : void

Private Methods

Method Description
RunInitializingJobs ( ) : void

Method Details

ConfigureImpl() protected method

protected ConfigureImpl ( System configFile ) : void
configFile System
return void

Dispose() protected method

protected Dispose ( System.Boolean disposing ) : void
disposing System.Boolean
return void

InitializeImpl() protected method

protected InitializeImpl ( ) : void
return void

StartImpl() protected method

protected StartImpl ( ) : void
return void

StopImpl() protected method

protected StopImpl ( ) : void
return void