Provides access to the host collection for a MessagingSystem instance.
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkHostContainer
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
The HostContainer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Add a new Host to the system.
| |
| Contains |
Check to see whether a host exists.
| |
| Equals | (Inherited from Object.) | |
| Get(Guid) | ||
| Get(String) |
Get a Host by its HostName or address.
| |
| GetEnumerator |
Create an Enumerator that will enumerate all available hosts.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPrimaryHost |
Get the primary host for this system.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetPrimaryHost |
Set the primary host for this system.
| |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of hosts that are currently available.
| |
| ItemGuid | ||
| ItemString |
Get a Host by its HostName or address.
|
See Also