C# Class GwSharp.GwWatcher

Watches for changes in data from the Guild Wars 2 API.
Show file Open project: Rohansi/GwSharp Class Usage Examples

Public Properties

Property Type Description
PollFrequency System.TimeSpan
WvWMapScoreChanged DataChangedCallback
WvWObjectiveChanged DataChangedCallback
WvWScoreChanged DataChangedCallback

Public Methods

Method Description
GwWatcher ( ) : System

Private Methods

Method Description
CheckEventChanges ( ) : void
CheckWvWDetailChanges ( ) : void
CheckWvWMatchChanges ( ) : void
PollMethod ( ) : void
UpdateEnabled ( bool enabled ) : void

Method Details

GwWatcher() public method

public GwWatcher ( ) : System
return System

Property Details

PollFrequency public property

Changes how often changes should be polled for.
public TimeSpan,System PollFrequency
return System.TimeSpan

WvWMapScoreChanged public property

Raised when the score for a WvW map changes.
public DataChangedCallback WvWMapScoreChanged
return DataChangedCallback

WvWObjectiveChanged public property

Raised when an objective in WvW changes.
public DataChangedCallback WvWObjectiveChanged
return DataChangedCallback

WvWScoreChanged public property

Raised when the score for the WvW matchup changes.
public DataChangedCallback WvWScoreChanged
return DataChangedCallback