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

EndGetIdentityMailFromDomainAttributes() public méthode

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