OmniRpcProbe

Name

OmniRpcProbe -- Probing asynchronous function call

Synopsis

#include <OmniRpc.h>

int OmniRpcProbe(OmniRpcRequestreq);

Description

Probes whether or not an asynchronous function call which associated to the call request of req finishes. If it does not finish, it returns 0. If it finishes, it returns 1.