isConnecting

isConnecting — indicates whether a connection attempt is in progress.

Syntax

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, FALSE otherwise.

See Also

isConnected, openConnection, retryConnection, closeConnection