Table of Contents

Delegate WeatherEvents.OnWeatherChangeDelegate

Namespace
Pillars.Weather.Events
Assembly
Pillars.dll

Represents a delegate for handling weather change events.

public delegate Task WeatherEvents.OnWeatherChangeDelegate(WEATHER weather)

Parameters

weather WEATHER

The new weather condition to be handled.

Returns

Task
Represents a delegate for handling weather change events.