IProviderSessionCreateTopics Method |
Name | Description | |
---|---|---|
CreateTopics(ITopicList) |
This is the same as calling
CreateTopics(ITopicList, ResolveMode, Identity)
with DONT_REGISTER_SERVICES and null
Identity.
| |
CreateTopics(ITopicList, ResolveMode) |
This is the same as calling
CreateTopics(ITopicList, ResolveMode, Identity)
with null Identity.
| |
CreateTopics(ITopicList, ResolveMode, Identity) |
Creates the topics in topicList and updates
the entries with the results of the creation and resolution process.
Before this method returns one or more RESOLUTION_STATUS events and, if resolveMode is AUTO_REGISTER_SERVICES, zero or more SERVICE_STATUS events are generated. If this is an asynchronous session then these events may be processed by the registered EventHandler before this method has returned. |