mcorest_stop

Stops the MCO REST server in threaded mode after it was started with mcorest_start().

For an overview see page Web Services

Prototype

 
  MCO_RET mcorest_stop(mcorest_h rest);
 

Arguments

rest Server instance handle

Description

This function stops the MCO REST server in threaded mode after it was started with mcorest_start(). This function should only be called from the same thread that created the server.

Return Codes

MCO_S_OK = 0 Success
MCO_E_REST_* Any of the Web Services Error Codes

Files

Header file:
mcorest.h
Source file:
mcorest.c
Library:
libmcorest.a