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

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

Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned.

Note that Amazon CloudWatch retains the history of an alarm even if you delete the alarm.

/// The next token specified is invalid. ///
public DescribeAlarmHistoryAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DescribeAlarmHistoryResponse> DescribeAlarmHistoryAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DescribeAlarmHistoryAsync(new DescribeAlarmHistoryRequest(), cancellationToken);
        }
        /// <summary>

Same methods

AmazonCloudWatchClient::DescribeAlarmHistoryAsync ( DescribeAlarmHistoryRequest request, System cancellationToken = default(CancellationToken) ) : Task