OpenHiva::ServiceClient::Destroy

Description

Releases the resources allocated by OpenHiva::Node::CreateClient.

Prototype

void OpenHiva::ServiceClient::Destroy()

Parameters

None

Returns

The return value is of the uint32_t type. If the operation is successful, HIVA_SUCCESS (value being 0) is returned. If other values are returned, the operation fails.

Usage

After this interface is invoked, all resources on the client are released and no longer work.

Precautions

None