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

DescribeNotificationsForBudgetAsync() public method

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

            return InvokeAsync<DescribeNotificationsForBudgetRequest,DescribeNotificationsForBudgetResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }