Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6391 - First actual parameter for PseudoMethodCallType must be object reference

6391   First actual parameter for PseudoMethodCallType must be object reference

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 first parameter is not an object reference.

Action

Ensure that the first actual parameter to the invoke method is an object reference.