AddParameter(BLTParameterValueAccessor) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Adds an output result to the Business Object Remote Procedure Call (RPC).
public IBLTClient AddParameter(
out BLTParameterValueAccessor result
)
public:
IBLTClient^ AddParameter(
[Out] BLTParameterValueAccessor^ result
)
Parameters
- result
- A BLTParameterValueAccessor reference used to access the associated output value.
Return Value
The IBLTClient instance.