C# Class Amoeba.ConnectionSettingManager

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddUri ( string uri ) : bool
GetIpAddresses ( ) : IEnumerable
IpAddressCompare ( IPAddress x, IPAddress y ) : int
RemoveUri ( string uri ) : bool
Shutdown ( ) : void

Method Details

ConnectionSettingManager() public méthode

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

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

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

Update() public méthode

public Update ( ) : void
Résultat void