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

EndDescribeSubscribersForNotification() public method

Finishes the asynchronous execution of the DescribeSubscribersForNotification operation.
public EndDescribeSubscribersForNotification ( IAsyncResult asyncResult ) : DescribeSubscribersForNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSubscribersForNotification.
return Amazon.Budgets.Model.DescribeSubscribersForNotificationResponse
        public  DescribeSubscribersForNotificationResponse EndDescribeSubscribersForNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeSubscribersForNotificationResponse>(asyncResult);
        }