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

BeginCreateNotification() public method

Initiates the asynchronous execution of the CreateNotification operation.
public BeginCreateNotification ( CreateNotificationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Budgets.Model.CreateNotificationRequest Container for the necessary parameters to execute the CreateNotification operation on AmazonBudgetsClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult
        public IAsyncResult BeginCreateNotification(CreateNotificationRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateNotificationRequestMarshaller();
            var unmarshaller = CreateNotificationResponseUnmarshaller.Instance;

            return BeginInvoke<CreateNotificationRequest>(request, marshaller, unmarshaller,
                callback, state);
        }