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

EndCreateNotification() public method

Finishes the asynchronous execution of the CreateNotification operation.
public EndCreateNotification ( IAsyncResult asyncResult ) : CreateNotificationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateNotification.
return CreateNotificationResponse
        public  CreateNotificationResponse EndCreateNotification(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateNotificationResponse>(asyncResult);
        }