[TIBCO.EMS .NET Admin client library 7.0 documentation]

Enum contains different zone types

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public enum ZoneType
Public Enumeration ZoneType
public enum class ZoneType

Members

Member nameDescription
MultiHop
A m-hop (Multi-Hop) zone is one in which topic messages can be routed across multiple hops and the routes between servers may not form a cycle.
OneHop
A 1-Hop zone is one in which messages can be routed at most 1 hop away. A typical 1-Hop zone is one in which every server has a route to every other server in the zone.
Unknown
A zone of unknown type indicates some kind of error.

See Also