onConnectionFailure — a virtual method invoked when a connection or attempt to connect fails.
virtual void onConnectionFailure(
LPCTSTR host, int port, LPCTSTR reason )
;
virtual void onConnectionFailure(
String host, int port, String reason )
;
The name of the host running the DataHub.
The connection port number.
The reason for the failure.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.