isConnected

isConnected — indicates whether a connection has been established.

Synopsis

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

Returns

TRUE if a connection to the DataHub instance has been established, FALSE otherwise.

See Also

isConnecting, openConnection, retryConnection, closeConnection