Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6392 - Second actual parameter for PseudoMethodCallType must be valid method name

6392   Second actual parameter for PseudoMethodCallType must be valid method name

Cause

This error occurs when you compile a method that makes an asynchronous method call using the invoke method of the JadeMethodContext class and the second parameter is not the name of a method that can be invoked on the object referenced by the first parameter.

Action

Ensure that the second parameter to the invoke method is a method that can be invoked on the object reference that is the first parameter.