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

EndDescribeNotificationsForBudget() public method

Finishes the asynchronous execution of the DescribeNotificationsForBudget operation.
public EndDescribeNotificationsForBudget ( IAsyncResult asyncResult ) : DescribeNotificationsForBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeNotificationsForBudget.
return Amazon.Budgets.Model.DescribeNotificationsForBudgetResponse
        public  DescribeNotificationsForBudgetResponse EndDescribeNotificationsForBudget(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeNotificationsForBudgetResponse>(asyncResult);
        }