IROTransportChannelAsyncException

Overview

The IROTransportChannelAsyncException interface is complementary to the IROAsyncInterface interface to provide exception notification in an asynchronous mode. The TROTransportChannel class implements the IROTransportChannelAsyncException interface.

The IROTransportChannelAsyncException is not designed to be used outside of the Remoting SDK.

Location


Required Methods


AsyncException

Notifies about an exception in an asynchronous mode. For example, the TROTransportChannel implements it for firing an OnAsyncException.

procedure AsyncException(aAsyncInterface: IROAsyncInterface; aAsyncException: Exception)

Parameters:

  • aAsyncInterface: Exception source
  • aAsyncException: Exception data