C# Class GW2PAO.Modules.ZoneCompletion.ZoneCompletionController

Inheritance: BindableBase, IZoneCompletionController
Afficher le fichier Open project: SamHurne/gw2pao

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Shutdown() public méthode

Forces a shutdown of the controller, including all running timers/threads
public Shutdown ( ) : void
Résultat void

Start() public méthode

Starts the automatic refresh of the ZoneCompletionController
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the automatic refresh of the ZoneCompletionController
public Stop ( ) : void
Résultat void