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

EndGetIdentityMailFromDomainAttributes() 공개 메소드

Finishes the asynchronous execution of the GetIdentityMailFromDomainAttributes operation.
public EndGetIdentityMailFromDomainAttributes ( IAsyncResult asyncResult ) : GetIdentityMailFromDomainAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIdentityMailFromDomainAttributes.
리턴 GetIdentityMailFromDomainAttributesResponse
        public  GetIdentityMailFromDomainAttributesResponse EndGetIdentityMailFromDomainAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetIdentityMailFromDomainAttributesResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient