Creates a Host from client and service objects
| C# | Visual Basic | Visual C++ |
public Host( ChannelPool<IMpiService> clientPool, ServiceHost serviceHost, ICollection<string> comms )
Public Sub New ( _ clientPool As ChannelPool(Of IMpiService), _ serviceHost As ServiceHost, _ comms As ICollection(Of String) _ )
public: Host( ChannelPool<IMpiService^>^ clientPool, ServiceHost^ serviceHost, ICollection<String^>^ comms )
- clientPool (ChannelPool<(Of <(IMpiService>)>))
- pool of clients used to connect to this Host
- serviceHost (ServiceHost)
- service that this host will listen on
- comms (ICollection<(Of <(String>)>))
- The comms or call signs that this host is participating in