Stops the
MCO REST
server in threaded mode after it was started withmcorest_start()
.
MCO_RET mcorest_stop(mcorest_h rest);
rest | Server instance handle |
This function stops the
MCO REST
server in threaded mode after it was started withmcorest_start()
. This function should only be called from the same thread that created the server.
MCO_S_OK = 0 | Success |
MCO_E_REST_* | Any of the Web Services Error Codes |