isConnecting

isConnecting — indicates whether a connection attempt is in progress.

Synopsis

For C++ and C#:
bool isConnecting(); 
void;
 
For Java:
boolean isConnecting(); 
void;
 

Returns

TRUE if the object is currently in the process of establishing a connection with the DataHub instance, FALSE otherwise.

See Also

isConnected, openConnection, retryConnection, closeConnection