Amazon.CloudWatch.AmazonCloudWatchClient.EndGetMetricStatistics C# (CSharp) Метод

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

Finishes the asynchronous execution of the GetMetricStatistics operation.
public EndGetMetricStatistics ( IAsyncResult asyncResult ) : GetMetricStatisticsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMetricStatistics.
Результат Amazon.CloudWatch.Model.GetMetricStatisticsResponse
        public  GetMetricStatisticsResponse EndGetMetricStatistics(IAsyncResult asyncResult)
        {
            return EndInvoke<GetMetricStatisticsResponse>(asyncResult);
        }