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

EndSendBounce() public method

Finishes the asynchronous execution of the SendBounce operation.
public EndSendBounce ( IAsyncResult asyncResult ) : SendBounceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendBounce.
return SendBounceResponse
        public  SendBounceResponse EndSendBounce(IAsyncResult asyncResult)
        {
            return EndInvoke<SendBounceResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient