C# 클래스 GlobalcachingApplication.Plugins.AutoUpdater.Updater

상속: Utils.BasePlugin.Plugin
파일 보기 프로젝트 열기: GlobalcachingEU/GAPP

공개 메소드들

메소드 설명
ActionAsync ( string action ) : Task
ApplySettings ( List configPanels ) : bool
CreateConfigurationPanels ( ) : List
InitializeAsync ( Framework core ) : Task

비공개 메소드들

메소드 설명
threadMethod ( ) : void
updateGeocachesFromGlobalcachingEU ( List missingGcList ) : void

메소드 상세

ActionAsync() 공개 메소드

public ActionAsync ( string action ) : Task
action string
리턴 Task

ApplySettings() 공개 메소드

public ApplySettings ( List configPanels ) : bool
configPanels List
리턴 bool

CreateConfigurationPanels() 공개 메소드

public CreateConfigurationPanels ( ) : List
리턴 List

InitializeAsync() 공개 메소드

public InitializeAsync ( Framework core ) : Task
core Framework
리턴 Task