Amazon.Route53.AmazonRoute53Client.EndListGeoLocations C# (CSharp) Method

EndListGeoLocations() public method

Finishes the asynchronous execution of the ListGeoLocations operation.
public EndListGeoLocations ( IAsyncResult asyncResult ) : ListGeoLocationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGeoLocations.
return ListGeoLocationsResponse
        public  ListGeoLocationsResponse EndListGeoLocations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGeoLocationsResponse>(asyncResult);
        }
AmazonRoute53Client