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

EndVerifyDomainIdentity() public method

Finishes the asynchronous execution of the VerifyDomainIdentity operation.
public EndVerifyDomainIdentity ( IAsyncResult asyncResult ) : VerifyDomainIdentityResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginVerifyDomainIdentity.
return VerifyDomainIdentityResponse
        public  VerifyDomainIdentityResponse EndVerifyDomainIdentity(IAsyncResult asyncResult)
        {
            return EndInvoke<VerifyDomainIdentityResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient