[This is preliminary documentation and is subject to change.]
Class constructor.
| C# | Visual Basic | Visual C++ |
public Hl7QueryServer( BaseActor parentActor, ActorName actorName, CommonConfig commonConfig, Hl7PeerToPeerConfig config )
Public Sub New ( _ parentActor As BaseActor, _ actorName As ActorName, _ commonConfig As CommonConfig, _ config As Hl7PeerToPeerConfig _ )
public: Hl7QueryServer( BaseActor^ parentActor, ActorName^ actorName, CommonConfig^ commonConfig, Hl7PeerToPeerConfig^ config )
- parentActor (BaseActor)
- Parent Actor Name - (containing actor).
- actorName (ActorName)
- Destination Actor Name.
- commonConfig (CommonConfig)
- Common Configuration.
- config (Hl7PeerToPeerConfig)
- HL7 Configuration.