Product Information > JADE Developer’s Reference > Chapter 16 - Using Asynchronous Method Calls > Making an Asynchronous Method Call

Making an Asynchronous Method Call

The JadeMethodContext instance stores the information and provides the interface to make an asynchronous method call.

The following subsections cover the stages of preparing for the method call, invoking the call to one of the worker applications, and receiving the results from the asynchronous method call.

Preparing for an Asynchronous Method Call

Invoking the Asynchronous Method Call

Timeout

Waiting for Asynchronous Method Calls to Complete

Obtaining Results from an Asynchronous Method Call