C# Class MWS.Core.MacheteInstance

Inheritance: IMacheteInstance
Afficher le fichier Open project: SavageLearning/Machete

Private Properties

Свойство Type Description
log void

Méthodes publiques

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

StartAll ( ) : void
StopAll ( ) : void

Private Methods

Méthode Description
log ( string msg ) : void

Method Details

MacheteInstance() public méthode

public MacheteInstance ( IEmailServiceProvider p, IInstance cfg ) : System
p IEmailServiceProvider
cfg IInstance
Résultat System

ProcessEvent_EmailQueue() public méthode

public ProcessEvent_EmailQueue ( object source, System.Timers.ElapsedEventArgs e ) : void
source object
e System.Timers.ElapsedEventArgs
Résultat void

StartAll() public méthode

public StartAll ( ) : void
Résultat void

StopAll() public méthode

public StopAll ( ) : void
Résultat void