Amazon.ConfigService.AmazonConfigServiceClient.EndPutConfigRule C# (CSharp) Метод

EndPutConfigRule() публичный Метод

Finishes the asynchronous execution of the PutConfigRule operation.
public EndPutConfigRule ( IAsyncResult asyncResult ) : PutConfigRuleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutConfigRule.
Результат PutConfigRuleResponse
        public  PutConfigRuleResponse EndPutConfigRule(IAsyncResult asyncResult)
        {
            return EndInvoke<PutConfigRuleResponse>(asyncResult);
        }
AmazonConfigServiceClient