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

EndVerifyDomainDkim() 공개 메소드

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