invocation
- noun
- /ˌɪnvəˈkeɪʃən/
- Specialized
- We've got a return of the invocation of a function.
Examples
-
You ask where in my code I indirectly called the invocation that wrote a given pixel.
Blog text (20) -
The SecurityManager looks up the call history of method invocations.
Academic text (2011) -
That's just the name of the method, not an invocation of the method, right?
-
OK, so now let me talk of parallel invocations of this.
-
The invocation of dualrel/3 as a substitute for duality/3 is situation-specific.
Academic text (2000) -
OS/2 also supports invocation of REXX or command language (*.CMD) programs.
Academic text (1997) -
All service invocations between application silos will be exposed through the Enterprise Service Bus (ESB).
Blog text (9) -
The developer checked the program for correct invocation of the function to ensure it executed properly.
-
During the debugging process, he realized that a missed invocation caused the entire program to fail.
-
The tutorial explained how to write an invocation statement to call the desired method effectively.
Synonyms
An instruction that makes a program run a separate set of commands
An instruction in a program that runs a small piece of code and then returns
How Direct
Surface Forms
Morphology
Etymology
The word invocation comes from Latin in- ('on' or 'into') and vocare ('to call'), the same root you see in voice, so it is about 'calling'. In computing an invocation is simply a 'call' to run a function or method.