onConnectionSuccess
onConnectionSuccess — a virtual method invoked when a connection is established.
virtual void onConnectionSuccess( | host, | |
port); |
LPCTSTR host;int port;virtual void onConnectionSuccess( | host, | |
port); |
String host;int port;hostThe name of the host running the DataHub instance.
portThe connection port number.
This virtual method is invoked when a connection is established. The default
behaviour is to make a call to
cancelReconnectionTimer.