Amazon.ConfigService.AmazonConfigServiceClient.EndDescribeConfigurationRecorders C# (CSharp) Method

EndDescribeConfigurationRecorders() public method

Finishes the asynchronous execution of the DescribeConfigurationRecorders operation.
public EndDescribeConfigurationRecorders ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.DescribeConfigurationRecordersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationRecorders.
return Amazon.ConfigService.Model.DescribeConfigurationRecordersResponse
        public  DescribeConfigurationRecordersResponse EndDescribeConfigurationRecorders(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeConfigurationRecordersResponse>(asyncResult);
        }
AmazonConfigServiceClient