[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.
| C# | Visual Basic | Visual C++ |
public virtual ITopicFactory TopicFactory{ get;}
Public Overridable ReadOnly Property TopicFactory As ITopicFactory
public: virtual property ITopicFactory^ TopicFactory { ITopicFactory^ get (); }
The agent's ITopicFactory