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

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

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

            return InvokeAsync<DisableAlarmActionsRequest,DisableAlarmActionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }