The confirm callback that the service layer returns to an application is sent on a separate thread from that used by the application's executable file. The application can post a message directly on the callback.

Ensure that your application does not block the callback thread.


[Back] [Next]