C# 클래스 GW2PAO.Modules.ZoneCompletion.ZoneCompletionController

상속: BindableBase, IZoneCompletionController
파일 보기 프로젝트 열기: SamHurne/gw2pao

공개 메소드들

메소드 설명
Shutdown ( ) : void

Forces a shutdown of the controller, including all running timers/threads

Start ( ) : void

Starts the automatic refresh of the ZoneCompletionController

Stop ( ) : void

Stops the automatic refresh of the ZoneCompletionController

비공개 메소드들

메소드 설명
RefreshLocations ( object state = null ) : void

Primary method for refreshing the locations of points in the current zone

RefreshZone ( object state = null ) : void

Primary method for refreshing the current zone

ZoneCompletionController ( IZoneService zoneService, IPlayerService playerService, ISystemService systemService, IHasZoneName zoneNameObject, ZoneCompletionUserData userData ) : System

메소드 상세

Shutdown() 공개 메소드

Forces a shutdown of the controller, including all running timers/threads
public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

Starts the automatic refresh of the ZoneCompletionController
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops the automatic refresh of the ZoneCompletionController
public Stop ( ) : void
리턴 void