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

EndVerifyEmailIdentity() public method

Finishes the asynchronous execution of the VerifyEmailIdentity operation.
public EndVerifyEmailIdentity ( IAsyncResult asyncResult ) : VerifyEmailIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginVerifyEmailIdentity.
return VerifyEmailIdentityResponse
        public  VerifyEmailIdentityResponse EndVerifyEmailIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<VerifyEmailIdentityResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient