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

EndDeleteConfigRule() public method

Finishes the asynchronous execution of the DeleteConfigRule operation.
public EndDeleteConfigRule ( IAsyncResult asyncResult ) : DeleteConfigRuleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigRule.
return DeleteConfigRuleResponse
        public  DeleteConfigRuleResponse EndDeleteConfigRule(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConfigRuleResponse>(asyncResult);
        }
AmazonConfigServiceClient