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

CreateNotificationAsync() public method

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

            return InvokeAsync<CreateNotificationRequest,CreateNotificationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }