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