Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.BeginCreateReceiptFilter C# (CSharp) Method

BeginCreateReceiptFilter() public method

Initiates the asynchronous execution of the CreateReceiptFilter operation.
public BeginCreateReceiptFilter ( Amazon.SimpleEmail.Model.CreateReceiptFilterRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.SimpleEmail.Model.CreateReceiptFilterRequest Container for the necessary parameters to execute the CreateReceiptFilter operation on AmazonSimpleEmailServiceClient.
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 BeginCreateReceiptFilter(CreateReceiptFilterRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new CreateReceiptFilterRequestMarshaller();
            var unmarshaller = CreateReceiptFilterResponseUnmarshaller.Instance;

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