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

EndDeleteConfigurationRecorder() public method

Finishes the asynchronous execution of the DeleteConfigurationRecorder operation.
public EndDeleteConfigurationRecorder ( IAsyncResult asyncResult ) : DeleteConfigurationRecorderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigurationRecorder.
return DeleteConfigurationRecorderResponse
        public  DeleteConfigurationRecorderResponse EndDeleteConfigurationRecorder(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConfigurationRecorderResponse>(asyncResult);
        }
AmazonConfigServiceClient