C# Class GlobalcachingApplication.Plugins.AutoUpdater.Updater

Inheritance: Utils.BasePlugin.Plugin
Afficher le fichier Open project: GlobalcachingEU/GAPP

Méthodes publiques

Méthode Description
ActionAsync ( string action ) : Task
ApplySettings ( List configPanels ) : bool
CreateConfigurationPanels ( ) : List
InitializeAsync ( Framework core ) : Task

Private Methods

Méthode Description
threadMethod ( ) : void
updateGeocachesFromGlobalcachingEU ( List missingGcList ) : void

Method Details

ActionAsync() public méthode

public ActionAsync ( string action ) : Task
action string
Résultat Task

ApplySettings() public méthode

public ApplySettings ( List configPanels ) : bool
configPanels List
Résultat bool

CreateConfigurationPanels() public méthode

public CreateConfigurationPanels ( ) : List
Résultat List

InitializeAsync() public méthode

public InitializeAsync ( Framework core ) : Task
core Framework
Résultat Task