Start the
MCO REST
server.
MCO_RET mcorest_start(mcorest_h rest);
rest | Server instance handle |
This function starts the
MCO REST
server. No further operations on the server handle and interface handles are allowed untilmcorest_stop()
is called. 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 |