ParameterDirection
Overview
Values of this enum are used to specify remote methods parameters kind and direction when working with Dynamic Request.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK
| Value | Description |
|---|---|
| In | Corresponds to input parameter |
| InOut | Corresponds to parameter used for both input and output |
| Out | Corresponds to output only parameter |
| Result | Corresponds to function result |
| Unknown | Reserved |
DynamicRequest class