Represents an entity (thread, process or machine) participating in an Mpi Environment
| C# | Visual Basic | Visual C++ |
public class Host : IDisposable
Public Class Host _ Implements IDisposable
public ref class Host : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| 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) | (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()()() | (Inherited from Object.) |
| Object | |
| Host | |