TestConnection method (Deprecated)

Tests the connection to the Real Time Server.

Syntax


C++

HRESULT TestConnection(VARIANT_BOOL* pStatus)

Scripting languages

Status = Connection.TestConnection

Parameters


pStatus

Upon return, TRUE if connecting to the real-time server succeeds, FALSE if it fails.

Return value


C++

The return code.

Scripting languages

The status of the connection: TRUE if this test succeeds; FALSE if it fails.

Home

Applies to

IERURealTimeManager