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

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

Finishes the asynchronous execution of the PutEvaluations operation.
public EndPutEvaluations ( IAsyncResult asyncResult ) : Amazon.ConfigService.Model.PutEvaluationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutEvaluations.
Результат Amazon.ConfigService.Model.PutEvaluationsResponse
        public  PutEvaluationsResponse EndPutEvaluations(IAsyncResult asyncResult)
        {
            return EndInvoke<PutEvaluationsResponse>(asyncResult);
        }
AmazonConfigServiceClient