Amazon.OpsWorks.AmazonOpsWorksClient.EndDescribeRdsDbInstances C# (CSharp) Méthode

EndDescribeRdsDbInstances() public méthode

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.
Résultat Amazon.OpsWorks.Model.DescribeRdsDbInstancesResponse
        public  DescribeRdsDbInstancesResponse EndDescribeRdsDbInstances(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeRdsDbInstancesResponse>(asyncResult);
        }
AmazonOpsWorksClient