int MXCommon__DataserverRestart ( xsd__unsignedLong  ulAction,
xsd__unsignedLong  ulOption,
struct MXCommon__Response Response 
)
Parameters:
[in] ulAction : action

  • 0: normal restart
  • 1: with cache file reset
  • 2: with cache file deletion
[in] ulOption : Reserved
[out] Response 
  • iReturnValue : Return value
    • 0 : success
    • -1: system error (see syserrno)
  • syserrno : System-error code. The value of the libc "errno" code, see MXCommon__Strerror().
Return values:
SOAP_OK SOAP call success
otherwise SOAP protocol error
Note:
(revision>6386) Depending on the system type, can be used to restart the data-recv service as well. In this case, parameter action is ignored.