←Select platform

LogMessage Event

Summary

Occurs when an HL7 listener is starting, shutting down, or abnormally exiting.

Syntax
C#
C++/CLI
public event EventHandler<LogMessageEventArgs> LogMessage 
public:  
   event EventHandler<LogMessageEventArgs^>^ LogMessage 
Remarks

Subscribe to this event to monitor the status of the HL7 listener.

The event gets fired when:

  • HL7 listener is starting.
  • HL7 listener has started successfully.
  • An exception occurs during HL7 message processing.
  • HL7 listener is shutting down (normal behavior).
  • HL7 listener has abnormally shut down.
Event Data
Parameter Type Description
sender object The source of the event
e LogMessageEventArgs The event data
Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.