Delegate WeatherEvents.OnWeatherChangeDelegate
Represents a delegate for handling weather change events.
public delegate Task WeatherEvents.OnWeatherChangeDelegate(WEATHER weather)
Parameters
weatherWEATHERThe new weather condition to be handled.
Returns
- Task
- Represents a delegate for handling weather change events.