IApiServiceEcho Method | |
Służy sprawdzeniu połączenia z API
Namespace:
ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:
ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax string Echo(
string echoText
)
Function Echo (
echoText As String
) As String
Parameters
- echoText
- Type: SystemString
Tekst do zwrócenia
Return Value
Type:
Stringzawartość właściwości echoText
See Also