IOBERONServiceGetCountryList Method |  |
Načítanie zoznamu krajín.
Namespace: Exa.OBERON.ServicesAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 5.0.24.0 (5.0.24.0)
SyntaxResultValue<List<Country>> GetCountryList()
Function GetCountryList As ResultValue(Of List(Of Country))
Dim instance As IOBERONService
Dim returnValue As ResultValue(Of List(Of Country))
returnValue = instance.GetCountryList()
Return Value
ResultValueListCountryVráti pole tried
Country.
ExampleUrl: http://address:port/GetCountryList
See Also