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

EndGetIdentityMailFromDomainAttributes() public method

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