Pure Mpi.NET Library
Host Constructor (clientPool, serviceHost, machine, comms)
NamespacesMpiHostHost(ChannelPool<(Of <(IMpiService>)>), ServiceHost, String, ICollection<(Of <(String>)>))
Creates a Host from client and service objects
Declaration Syntax
C#Visual BasicVisual C++
public Host(
	ChannelPool<IMpiService> clientPool,
	ServiceHost serviceHost,
	string machine,
	ICollection<string> comms
)
Public Sub New ( _
	clientPool As ChannelPool(Of IMpiService), _
	serviceHost As ServiceHost, _
	machine As String, _
	comms As ICollection(Of String) _
)
public:
Host(
	ChannelPool<IMpiService^>^ clientPool, 
	ServiceHost^ serviceHost, 
	String^ machine, 
	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
machine (String)
machine the host is assigned to and determines whether to run the host service on this machine
comms (ICollection<(Of <(String>)>))
The comms or call signs that this host is participating in

Assembly: Mpi (Module: Mpi) Version: 1.0.0.3 (1.0.0.3)