PRIMAVERA | Developers

    Show / Hide Table of Contents

    Delegate StdBSWeather.CityWeatherChangedHandler

    Handler for event City Forecast Changed.

    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public delegate void CityWeatherChangedHandler(StdBEWeatherInfo weatherData);
    Parameters
    Type Name Description
    StdBEWeatherInfo weatherData

    The weather data.

    Constructors

    CityWeatherChangedHandler(Object, IntPtr)

    Declaration
    public CityWeatherChangedHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(StdBEWeatherInfo, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(StdBEWeatherInfo weatherData, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    StdBEWeatherInfo weatherData
    System.AsyncCallback callback
    System.Object object
    Returns
    Type Description
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(StdBEWeatherInfo)

    Declaration
    public virtual void Invoke(StdBEWeatherInfo weatherData)
    Parameters
    Type Name Description
    StdBEWeatherInfo weatherData