OpenHiva::ServiceServer::Disable
Description
Disables a server.
Prototype
uint32_t OpenHiva::ServiceServer::Disable()
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, the server stops receiving requests from the client.
Precautions
None
Parent topic: OpenHiva::ServiceServer