Defines the listener interface for an HL7Receiver.
Namespace: Mergecom.HL7Assembly: Mergecom.HL7 (in Mergecom.HL7.dll) Version: 4.3.0.0
Syntax
| C# |
|---|
public interface HL7ReceiverListener |
| Visual Basic |
|---|
Public Interface HL7ReceiverListener |
| Visual C++ |
|---|
public interface class HL7ReceiverListener |
Remarks
The application passes an object that implements this interface to a receiver and
the receiver will call the method GetMessageHandler to generate
a message handler for every accepted connection. It also calls ListenerError
to notify the application of general listener-side exceptions.