DefineReturn - cClientWebService
Sets an operation's return data-type, name and schema type name
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eType | Integer | Return DataType |
| sname | String | Return Name |
| sSchemaType | String | Return Schema Type Name |
Syntax
Procedure DefineReturn Integer eType String sname String sSchemaType
Call Example
Send DefineReturn eType sname sSchemaType
Description
Obsolete
This procedure was used by web clients generated prior to version 11.0. It has been replaced with the DefineParameter function.
DefineReturn defines an operation's return data-type, name and schema type name.
| Col 1 | Col 2 |
|---|---|
| Note: | This message is generated and used inside or your client web-service sub-class that was created using the Client Web-Service Class Generator. You should not need to actually use this message when accessing this sub-class in your application. You will only use interfaces like these if you are creating your own classes based on the cClientWebService class. This is considered very advanced usage. If you want to see how this message is used, study the code in the classes generated by the class generator. |