←Select platform

LogMessage Event

Summary

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

Syntax
C#
VB
C++
public event EventHandler<LogMessageEventArgs> LogMessage 
Public Event LogMessage As EventHandler(Of LogMessageEventArgs) 
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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly

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