Amazon.Budgets.AmazonBudgetsClient.DeleteNotificationAsync C# (CSharp) Method

DeleteNotificationAsync() public method

Initiates the asynchronous execution of the DeleteNotification operation.
public DeleteNotificationAsync ( DeleteNotificationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Budgets.Model.DeleteNotificationRequest Container for the necessary parameters to execute the DeleteNotification operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DeleteNotificationResponse> DeleteNotificationAsync(DeleteNotificationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteNotificationRequestMarshaller();
            var unmarshaller = DeleteNotificationResponseUnmarshaller.Instance;

            return InvokeAsync<DeleteNotificationRequest,DeleteNotificationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }