Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndVerifyDomainIdentity C# (CSharp) Méthode

EndVerifyDomainIdentity() public méthode

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