omniClientStop

Defined in OmniClient.h

void omniClientStop(OmniClientRequestId requestId)

Stop an active request.

Your callback will not be called after this function returns. If a callback is in process omniClientStop will wait to return until the callback completes.

Warning

Don’t hold mutexes that may also be used by any functions called by callbacks of requestId as this can lead to deadlocks.