[This is preliminary documentation and is subject to change.]
Create a Hl7 Server of the given type.
| C# | Visual Basic | Visual C++ |
public static Hl7Server CreateHl7Server( Hl7ServerTypeEnum hl7ServerType, BaseActor toActor, ActorName fromActorName, CommonConfig commonConfig, Hl7PeerToPeerConfig config )
Public Shared Function CreateHl7Server ( _ hl7ServerType As Hl7ServerTypeEnum, _ toActor As BaseActor, _ fromActorName As ActorName, _ commonConfig As CommonConfig, _ config As Hl7PeerToPeerConfig _ ) As Hl7Server
public: static Hl7Server^ CreateHl7Server( Hl7ServerTypeEnum hl7ServerType, BaseActor^ toActor, ActorName^ fromActorName, CommonConfig^ commonConfig, Hl7PeerToPeerConfig^ config )
- hl7ServerType (Hl7ServerTypeEnum)
- Hl7 Server Type - enum.
- toActor (BaseActor)
- To Actor instance.
- fromActorName (ActorName)
- From Actor Name.
- commonConfig (CommonConfig)
- Common Configuration.
- config (Hl7PeerToPeerConfig)
- HL7 Configuration.
Hl7 Server.