| Overview | Module | Function | Class | I*Tea 3.6.8 Reference Documentation© 2013 PDM&FC |
itea-ws-op-varargs opName argName bodyBlock
Defines the implementation of an operation as a Tea function that
receives as single argument a THashtable containing
the operation arguments.
THashtable containing the operation arguments.
opName is invoked. The Tea function will be called
witha single THashtable argument. The
THashtable will contain the parameters the operation
was invoked with.
This Tea function is also expected to return a
THashtable object containing the operation return
parameters.
| Overview | Module | Function | Class | ${tea.teadoc.header} |