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

DescribeSubscribersForNotificationAsync() public method

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

            return InvokeAsync<DescribeSubscribersForNotificationRequest,DescribeSubscribersForNotificationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }