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

EndSetIdentityHeadersInNotificationsEnabled() public method

Finishes the asynchronous execution of the SetIdentityHeadersInNotificationsEnabled operation.
public EndSetIdentityHeadersInNotificationsEnabled ( IAsyncResult asyncResult ) : SetIdentityHeadersInNotificationsEnabledResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetIdentityHeadersInNotificationsEnabled.
return SetIdentityHeadersInNotificationsEnabledResponse
        public  SetIdentityHeadersInNotificationsEnabledResponse EndSetIdentityHeadersInNotificationsEnabled(IAsyncResult asyncResult)
        {
            return EndInvoke<SetIdentityHeadersInNotificationsEnabledResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient