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

EndUpdateBudget() public method

Finishes the asynchronous execution of the UpdateBudget operation.
public EndUpdateBudget ( IAsyncResult asyncResult ) : UpdateBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBudget.
return UpdateBudgetResponse
        public  UpdateBudgetResponse EndUpdateBudget(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateBudgetResponse>(asyncResult);
        }