C# Class GlobalcachingApplication.Plugins.AutoUpdater.Updater

Inheritance: Utils.BasePlugin.Plugin
显示文件 Open project: GlobalcachingEU/GAPP

Public Methods

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

Private Methods

Method Description
threadMethod ( ) : void
updateGeocachesFromGlobalcachingEU ( List missingGcList ) : void

Method Details

ActionAsync() public method

public ActionAsync ( string action ) : Task
action string
return Task

ApplySettings() public method

public ApplySettings ( List configPanels ) : bool
configPanels List
return bool

CreateConfigurationPanels() public method

public CreateConfigurationPanels ( ) : List
return List

InitializeAsync() public method

public InitializeAsync ( Framework core ) : Task
core Framework
return Task