SIFWorks ADK 2.0
TopicFactory Property
NamespacesEdustructures.SifWorksAgentTopicFactory

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

Gets the ITopicFactory for this agent. The ITopicFactory is used to create Topic instances to aggregate publish and subscribe activity for a given type of SIF data object across one or more zones. An application can also call ITopicFactory methods to enumerate the Topics that have been created.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ITopicFactory TopicFactory{ get;}
Public Overridable ReadOnly Property TopicFactory As ITopicFactory
public:
virtual property ITopicFactory^ TopicFactory {
	ITopicFactory^ get ();
}
Return Value
The agent's ITopicFactory

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