Eplan Platform API
Eplan.EplApi.RemoteClient Namespace / OnResponseArrivedHandler Delegate

In This Topic
    OnResponseArrivedHandler Delegate
    In This Topic
    Represents the method that will be invoked when Eplan Server sends a response to a Client.
    Syntax
    public delegate void OnResponseArrivedHandler( 
       EplanResponse response
    )
    public delegate void OnResponseArrivedHandler( 
       EplanResponse^ response
    )

    Parameters

    response
    See Also