Skip to content

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

Monitor(Object)

internal static void Monitor(object status)

Parameters

status Object

GetStations()

public static Dictionary<string, Feature> GetStations()

Returns

Dictionary<String, Feature>

Events

StationsUpdated

public static event EventHandler<StationsUpdatedNoaaWeatherStationMonitorEventArgs> StationsUpdated;

StationsUpdating

public static event EventHandler<StationsUpdatingNoaaWeatherStationMonitorEventArgs> StationsUpdating;