SIFWorks ADK 2.0
Join Method (zone)
NamespacesEdustructures.SifWorksITopicJoin(IZone)

[This is preliminary documentation and is subject to change.]

Joins a zone with this topic. All SIF messaging performed on this topic will be propagated to all zones joined with the topic. For example, calling the query method queries all of the topic's zones, and SIF_Responses received by each zone are first dispatched to the topic's QueryResults object.
Declaration Syntax
C#Visual BasicVisual C++
void Join(
	IZone zone
)
Sub Join ( _
	zone As IZone _
)
void Join (
	IZone^ zone
)
Parameters
zone (IZone)
Zone created by the agent ZoneFactory
Exceptions
ExceptionCondition
AdkException AdkException is thrown if the zone is already joined to a topic or if there is a SIF error during agent registration.

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10