Skip to content

NoaaWeatherWarningsMonitor

Namespace: ThinkGeo.Core

public static class NoaaWeatherWarningsMonitor

Inheritance ObjectNoaaWeatherWarningsMonitor

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()

StopMonitoring()

public static void StopMonitoring()

GetWarnings()

public static Dictionary<string, List<Dictionary<string, string>>> GetWarnings()

Returns

Dictionary<String, List<Dictionary<String, String>>>

Events

WarningsUpdated

public static event EventHandler<WarningsUpdatedNoaaWeatherWarningsMonitorEventArgs> WarningsUpdated;

WarningsUpdating

public static event EventHandler<WarningsUpdatingNoaaWeatherWarningsMonitorEventArgs> WarningsUpdating;