Host Constructor Ipswitch.Messaging.Framework
Initializes a new instance of the Host class, which represents a specific host on the system.

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

public Host(
	MessagingSystem system
)

Parameters

system
Type: Ipswitch.Messaging.FrameworkMessagingSystem
The MessagingSystem instance that this Host belongs to.
See Also

Reference