Amazon.Route53Domains.AmazonRoute53DomainsClient.EndListOperations C# (CSharp) Method

EndListOperations() public method

Finishes the asynchronous execution of the ListOperations operation.
public EndListOperations ( IAsyncResult asyncResult ) : Amazon.Route53Domains.Model.ListOperationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListOperations.
return Amazon.Route53Domains.Model.ListOperationsResponse
        public  ListOperationsResponse EndListOperations(IAsyncResult asyncResult)
        {
            return EndInvoke<ListOperationsResponse>(asyncResult);
        }
AmazonRoute53DomainsClient