Amazon.Route53.AmazonRoute53Client.GetGeoLocation C# (CSharp) Метод

GetGeoLocation() публичный Метод

Retrieves a single geo location. Send a GET request to the /2013-04-01/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.
/// The input is not valid. /// /// Amazon Route 53 doesn't support the specified geolocation. ///
public GetGeoLocation ( GetGeoLocationRequest request ) : GetGeoLocationResponse
request GetGeoLocationRequest Container for the necessary parameters to execute the GetGeoLocation service method.
Результат GetGeoLocationResponse
        public GetGeoLocationResponse GetGeoLocation(GetGeoLocationRequest request)
        {
            var marshaller = new GetGeoLocationRequestMarshaller();
            var unmarshaller = GetGeoLocationResponseUnmarshaller.Instance;

            return Invoke<GetGeoLocationRequest,GetGeoLocationResponse>(request, marshaller, unmarshaller);
        }
AmazonRoute53Client