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

EndVerifyDomainDkim() public method

Finishes the asynchronous execution of the VerifyDomainDkim operation.
public EndVerifyDomainDkim ( IAsyncResult asyncResult ) : VerifyDomainDkimResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginVerifyDomainDkim.
return VerifyDomainDkimResponse
        public  VerifyDomainDkimResponse EndVerifyDomainDkim(IAsyncResult asyncResult)
        {
            return EndInvoke<VerifyDomainDkimResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient