C# Класс GW2PAO.Modules.ZoneCompletion.ZoneCompletionController

Наследование: BindableBase, IZoneCompletionController
Показать файл Открыть проект

Открытые методы

Метод Описание
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