C# Class Amoeba.TransfarLimitManager

Inheritance: Library.StateManagerBase, Library.Configuration.ISettings, IThisLock
Afficher le fichier Open project: Alliance-Network/Amoeba

Méthodes publiques

Свойство Type Description
_startEvent EventHandler
_stopEvent EventHandler

Méthodes publiques

Méthode Description
Load ( string directoryPath ) : void
Reset ( ) : void
Save ( string directoryPath ) : void
Start ( ) : void
Stop ( ) : void
TransfarLimitManager ( AmoebaManager amoebaManager ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnStartEvent ( ) : void
OnStopEvent ( ) : void

Private Methods

Méthode Description
WatchThread ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Load() public méthode

public Load ( string directoryPath ) : void
directoryPath string
Résultat void

OnStartEvent() protected méthode

protected OnStartEvent ( ) : void
Résultat void

OnStopEvent() protected méthode

protected OnStopEvent ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Save() public méthode

public Save ( string directoryPath ) : void
directoryPath string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TransfarLimitManager() public méthode

public TransfarLimitManager ( AmoebaManager amoebaManager ) : System
amoebaManager Library.Net.Amoeba.AmoebaManager
Résultat System

Property Details

_startEvent public_oe property

public EventHandler _startEvent
Résultat EventHandler

_stopEvent public_oe property

public EventHandler _stopEvent
Résultat EventHandler