Logs out of the Traverse ISM server.
$return_value = $obj->Logout;
This method sends a logout command to the Traverse ISM server and closes the already established TCP connection to $host_name_or_ip
, which was defined using the new method.
On timeout or other connection errors, the return value is 0
and details on the error are available via the GetErrorMsg
method. On success, a non-zero return value is provided.