HostContainer ClassIpswitch.Messaging.Framework
Provides access to the host collection for a MessagingSystem instance.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkHostContainer

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class HostContainer : IEnumerable<Host>, 
	IEnumerable

The HostContainer type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add a new Host to the system.
Public methodContains
Check to see whether a host exists.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGet(Guid)
Public methodGet(String)
Get a Host by its HostName or address.
Public methodGetEnumerator
Create an Enumerator that will enumerate all available hosts.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetPrimaryHost
Get the primary host for this system.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetPrimaryHost
Set the primary host for this system.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
Gets the number of hosts that are currently available.
Public propertyItemGuid
Public propertyItemString
Get a Host by its HostName or address.
Top
See Also

Reference