Traditional Culture Encyclopedia - Weather forecast - C # service invocation problem

C # service invocation problem

The following operations are supported. For a formal definition, please check the service description.

getRegionCountry

Get the foreign name and its corresponding ID.

Input parameter: None, and return data: one-dimensional string array.

getRegionDataset

Obtain the provinces, cities and regions of China; Country name (foreign country) and its corresponding ID

Input parameter: None, return data: data set.

getRegionProvince

Get the provinces, cities and regions of China and their corresponding id.

Input parameter: None, and return data: one-dimensional string array.

getSupportCityDataset

Supported city/region names and their corresponding ids.

Input parameter: theRegionCode = province, city, country ID or name, and return data: DataSet.

getSupportCityString

Supported city/region names and their corresponding ids.

Input parameter: theRegionCode = province, city and country ID or name, and return data: one-dimensional string array.

weather forecast

Obtain weather forecast data

Input parameter: city/region ID or name, and return data: one-dimensional string array.