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

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

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