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

EndGetIdentityNotificationAttributes() public méthode

Finishes the asynchronous execution of the GetIdentityNotificationAttributes operation.
public EndGetIdentityNotificationAttributes ( IAsyncResult asyncResult ) : GetIdentityNotificationAttributesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIdentityNotificationAttributes.
Résultat GetIdentityNotificationAttributesResponse
        public  GetIdentityNotificationAttributesResponse EndGetIdentityNotificationAttributes(IAsyncResult asyncResult)
        {
            return EndInvoke<GetIdentityNotificationAttributesResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient