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

SendBounceAsync() public method

Initiates the asynchronous execution of the SendBounce operation.
public SendBounceAsync ( SendBounceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request SendBounceRequest Container for the necessary parameters to execute the SendBounce operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<SendBounceResponse> SendBounceAsync(SendBounceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SendBounceRequestMarshaller();
            var unmarshaller = SendBounceResponseUnmarshaller.Instance;

            return InvokeAsync<SendBounceRequest,SendBounceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleEmailServiceClient::SendBounceAsync ( SendBounceRequest request, SendBounceResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonSimpleEmailServiceClient