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

EndGetChange() public method

Finishes the asynchronous execution of the GetChange operation.
public EndGetChange ( IAsyncResult asyncResult ) : GetChangeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetChange.
return GetChangeResponse
        public  GetChangeResponse EndGetChange(IAsyncResult asyncResult)
        {
            return EndInvoke<GetChangeResponse>(asyncResult);
        }
AmazonRoute53Client