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

EndDeleteNotification() public method

Finishes the asynchronous execution of the DeleteNotification operation.
public EndDeleteNotification ( IAsyncResult asyncResult ) : DeleteNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteNotification.
return DeleteNotificationResponse
        public  DeleteNotificationResponse EndDeleteNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteNotificationResponse>(asyncResult);
        }