closeConnection

closeConnection — closes the connection to the Cascade DataHub.

Syntax

For C++:

void closeConnection(void);

For Java and C#:

void closeConnection(String reason);

Description

This method closes the connection to the Cascade DataHub.

See Also

openConnection, retryConnection, isConnecting, isConnected