Amazon.CloudWatch.AmazonCloudWatchClient.EndGetMetricStatistics C# (CSharp) Méthode

EndGetMetricStatistics() public méthode

Finishes the asynchronous execution of the GetMetricStatistics operation.
public EndGetMetricStatistics ( IAsyncResult asyncResult ) : GetMetricStatisticsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMetricStatistics.
Résultat Amazon.CloudWatch.Model.GetMetricStatisticsResponse
        public  GetMetricStatisticsResponse EndGetMetricStatistics(IAsyncResult asyncResult)
        {
            return EndInvoke<GetMetricStatisticsResponse>(asyncResult);
        }