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

EndVerifyEmailAddress() public method

Finishes the asynchronous execution of the VerifyEmailAddress operation.
public EndVerifyEmailAddress ( IAsyncResult asyncResult ) : VerifyEmailAddressResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginVerifyEmailAddress.
return VerifyEmailAddressResponse
        public  VerifyEmailAddressResponse EndVerifyEmailAddress(IAsyncResult asyncResult)
        {
            return EndInvoke<VerifyEmailAddressResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient