Pure Mpi.NET Library
Host Constructor (clientPool, serviceHost, comms)
NamespacesMpiHostHost(ChannelPool<(Of <(IMpiService>)>), ServiceHost, ICollection<(Of <(String>)>))
Creates a Host from client and service objects
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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

Assembly: Mpi (Module: Mpi) Version: 1.0.0.2 (1.0.0.2)