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

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

Initiates the asynchronous execution of the DeleteAlarms operation.
public DeleteAlarmsAsync ( DeleteAlarmsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudWatch.Model.DeleteAlarmsRequest Container for the necessary parameters to execute the DeleteAlarms operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteAlarmsResponse> DeleteAlarmsAsync(DeleteAlarmsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteAlarmsRequestMarshaller();
            var unmarshaller = DeleteAlarmsResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteAlarmsRequest,DeleteAlarmsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }