closeConnection

closeConnection — closes the connection to the DataHub instance.

Synopsis

For C++:
void closeConnection(); 
void;
 
For Java and C#:
void closeConnection(reason); 
String reason;
 

Description

This method closes the connection to the DataHub instance.

See Also

openConnection, retryConnection, isConnecting, isConnected