wmJNIc.c
invokeWmAsync


WmContext *
invokeWmAsync(
      WmContext *con,
      const char *ifc,
      const char *svc,
      WmRecord *input)
Invokes IS Services asynchronously. The getWmAsyncData() method can then be called to retrieve the call results.

Parameters:
WmContext *con - Client Context(WM_SYNC_CONTEXT).
const char *ifc - Name of the folder in which the service resides.
const char *svc - Name of the Service.
WmRecord *input - Service input data.
Returns:
WmContext * - Client Asynchronous Context created in this call.