Skip to content

< Back


NoaaWeatherStationMonitor

Namespace: ThinkGeo.Core

public static class NoaaWeatherStationMonitor

Inheritance ObjectNoaaWeatherStationMonitor

Properties

RefreshInterval

public static TimeSpan RefreshInterval { get; set; }

Property Value

TimeSpan

TimeoutInSeconds

public static int TimeoutInSeconds { get; set; }

Property Value

Int32

Methods

StartMonitoring()

public static void StartMonitoring()

GetStations()

public static Dictionary<string, Feature> GetStations()

Returns

Dictionary<String, Feature>

StopMonitoring()

public static void StopMonitoring()

Events

StationsUpdated

public static event EventHandler<StationsUpdatedNoaaWeatherStationMonitorEventArgs> StationsUpdated;

StationsUpdating

public static event EventHandler<StationsUpdatingNoaaWeatherStationMonitorEventArgs> StationsUpdating;

< Back