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