Asynchronously calls a Procedure at a given endpoint with a given input.
A Promise which when resolved passes the output value to the then handler(s).
The type of output value expected to be returned from the Procedure. Defaults to unknown.
unknown
The endpoint at which the Procedure is bound.
Optional
An input parameter to pass to the Procedure. Defaults to undefined.
undefined
Options for calling a Procedure. Defaults to {}.
{}
Generated using TypeDoc
Asynchronously calls a Procedure at a given endpoint with a given input.
Returns
A Promise which when resolved passes the output value to the then handler(s).
See