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

EndSetIdentityHeadersInNotificationsEnabled() 공개 메소드

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