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

EndCreateBudget() public method

Finishes the asynchronous execution of the CreateBudget operation.
public EndCreateBudget ( IAsyncResult asyncResult ) : CreateBudgetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBudget.
return CreateBudgetResponse
        public  CreateBudgetResponse EndCreateBudget(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBudgetResponse>(asyncResult);
        }