Please enable JavaScript to view this site.

Navigation: Linkar CLIENTS

Asynchronous Calls

Scroll Prev Top Next More

These types of calls are executed in another thread in the background; the client main thread is not blocked.

 

A callback is required once the operation is finished, in order to return a response to the client.

 

Working with these callbacks is different depending on the client that is being used.

 

Asynchronous calls are not yet available for C-based Client libraries including C, JavaScript, PHP, and Python.

       .NET Framework, Core & Mono

       Java