Amazon.OpsWorks.AmazonOpsWorksClient.EndDescribeElasticIps C# (CSharp) Method

EndDescribeElasticIps() public method

Finishes the asynchronous execution of the DescribeElasticIps operation.
public EndDescribeElasticIps ( IAsyncResult asyncResult ) : DescribeElasticIpsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeElasticIps.
return Amazon.OpsWorks.Model.DescribeElasticIpsResponse
        public  DescribeElasticIpsResponse EndDescribeElasticIps(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeElasticIpsResponse>(asyncResult);
        }
AmazonOpsWorksClient