Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndVerifyDomainIdentity C# (CSharp) 메소드

EndVerifyDomainIdentity() 공개 메소드

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