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

EndUpdateNotification() public method

Finishes the asynchronous execution of the UpdateNotification operation.
public EndUpdateNotification ( IAsyncResult asyncResult ) : UpdateNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateNotification.
return UpdateNotificationResponse
        public  UpdateNotificationResponse EndUpdateNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateNotificationResponse>(asyncResult);
        }