Amazon.ConfigService.AmazonConfigServiceClient.EndDescribeConfigurationRecorderStatus C# (CSharp) 메소드

EndDescribeConfigurationRecorderStatus() 공개 메소드

Finishes the asynchronous execution of the DescribeConfigurationRecorderStatus operation.
public EndDescribeConfigurationRecorderStatus ( IAsyncResult asyncResult ) : DescribeConfigurationRecorderStatusResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeConfigurationRecorderStatus.
리턴 Amazon.ConfigService.Model.DescribeConfigurationRecorderStatusResponse
        public  DescribeConfigurationRecorderStatusResponse EndDescribeConfigurationRecorderStatus(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeConfigurationRecorderStatusResponse>(asyncResult);
        }
AmazonConfigServiceClient