ProviderSessionCreateTopics Method (TopicList) |
Creates the topics in the specified 'topicList' and updates the
'topicList' with the results of the resolution and creation process.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax public void CreateTopics(
TopicList topicList
)
Public Sub CreateTopics (
topicList As TopicList
)
public:
void CreateTopics(
TopicList^ topicList
)
member CreateTopics :
topicList : TopicList -> unit
Parameters
- topicList
- Type: Bloomberglp.BlpapiTopicList
Exceptions Remarks
All services referenced in the topics in the 'resolutionList' must
already have been registered using registerService().
Once createTopics() returns each entry in
the 'topicList' will have been updated with a new resolution status.
See Also