NoaaWeatherStationMonitor¶
Namespace: ThinkGeo.Core
public static class NoaaWeatherStationMonitor
Inheritance Object → NoaaWeatherStationMonitor
Properties¶
RefreshInterval¶
public static TimeSpan RefreshInterval { get; set; }
Property Value¶
TimeoutInSeconds¶
public static int TimeoutInSeconds { get; set; }
Property Value¶
Methods¶
StartMonitoring()¶
public static void StartMonitoring()
GetStations()¶
public static Dictionary<string, Feature> GetStations()
Returns¶
StopMonitoring()¶
public static void StopMonitoring()
Events¶
StationsUpdated¶
public static event EventHandler<StationsUpdatedNoaaWeatherStationMonitorEventArgs> StationsUpdated;
StationsUpdating¶
public static event EventHandler<StationsUpdatingNoaaWeatherStationMonitorEventArgs> StationsUpdating;