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

EndDescribeRdsDbInstances() public method

Finishes the asynchronous execution of the DescribeRdsDbInstances operation.
public EndDescribeRdsDbInstances ( IAsyncResult asyncResult ) : Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeRdsDbInstances.
return Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
        public  DescribeRdsDbInstancesResponse EndDescribeRdsDbInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeRdsDbInstancesResponse>(asyncResult);
        }
AmazonOpsWorksClient