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