C# Class MWS.Core.MacheteInstance

Inheritance: IMacheteInstance
Show file Open project: SavageLearning/Machete

Private Properties

Property Type Description
log void

Public Methods

Method Description
MacheteInstance ( IEmailServiceProvider p, IInstance cfg ) : System
ProcessEvent_EmailQueue ( object source, System.Timers.ElapsedEventArgs e ) : void

StartAll ( ) : void
StopAll ( ) : void

Private Methods

Method Description
log ( string msg ) : void

Method Details

MacheteInstance() public method

public MacheteInstance ( IEmailServiceProvider p, IInstance cfg ) : System
p IEmailServiceProvider
cfg IInstance
return System

ProcessEvent_EmailQueue() public method

public ProcessEvent_EmailQueue ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
return void

StartAll() public method

public StartAll ( ) : void
return void

StopAll() public method

public StopAll ( ) : void
return void