Pure Mpi.NET Library
Host Class
NamespacesMpiHost
Represents an entity (thread, process or machine) participating in an Mpi Environment
Declaration Syntax
C#Visual BasicVisual C++
public class Host : IDisposable
Public Class Host _
	Implements IDisposable
public ref class Host : IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Host(ChannelPool<(Of <(IMpiService>)>), ServiceHost, String, ICollection<(Of <(String>)>))
Creates a Host from client and service objects

Host(String, String, String, ICollection<(Of <(String>)>))
Creats a host based on configuration entries

ClientPool
Clients in pool will be used to send messages to other hosts.

Comms
List of comms the host is participating in

Dispose()()()
Disposes of wcf client and service resources

Dispose(Boolean)
Disposes of wcf client and service resources

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Machine
Machine this host is assigned to

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Service
service endpoint singleton

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Host

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