Destroy the
MCO REST
server instance.
MCO_RET mcorest_destroy(mcorest_h rest);
rest | Server instance handle |
This function destroys the
MCO REST
server instance. The server may only be destroyed by the same thread that created it.
MCO_S_OK = 0 | Success |
MCO_E_REST_* | Any of the Web Services Error Codes |