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

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

Finishes the asynchronous execution of the GetGeoLocation operation.
public EndGetGeoLocation ( IAsyncResult asyncResult ) : GetGeoLocationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetGeoLocation.
Результат GetGeoLocationResponse
        public  GetGeoLocationResponse EndGetGeoLocation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetGeoLocationResponse>(asyncResult);
        }
AmazonRoute53Client