Interface

IWeatherTextProductService

USI.Weather

Public SDK type.

public interface IWeatherTextProductService

Methods

TryGetAlaskaAreaForecastAsync

public Task<USIResult<WeatherTextProduct>> TryGetAlaskaAreaForecastAsync(AlaskaAreaForecastRegion region, CancellationToken cancellationToken = null)

TryGetForecastDiscussionAsync

public Task<USIResult<WeatherTextProduct>> TryGetForecastDiscussionAsync(string weatherForecastOfficeIdentifier, ForecastDiscussionKind kind = Aviation, CancellationToken cancellationToken = null)

TryGetMeteorologicalImpactStatementAsync

public Task<USIResult<WeatherTextProduct>> TryGetMeteorologicalImpactStatementAsync(string centerWeatherServiceUnitIdentifier = null, CancellationToken cancellationToken = null)

TryGetTrafficFlowConvectiveForecastAsync

public Task<USIResult<WeatherTextProduct>> TryGetTrafficFlowConvectiveForecastAsync(CancellationToken cancellationToken = null)

TryGetWindsAloftAsync

public Task<USIResult<WeatherTextProduct>> TryGetWindsAloftAsync(WindsAloftRegion region, WindsAloftLevel level, WindsAloftForecastPeriod forecastPeriod, CancellationToken cancellationToken = null)