Click or drag to resize
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.12.5.1
Syntax
public void CreateTopics(
	TopicList topicList
)

Parameters

topicList
Type: Bloomberglp.BlpapiTopicList
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
DuplicateCorrelationIDException The specified correlationId in 'topicList' is not unique.
ThreadInterruptedException The current thread is interrupted while it is waiting for response.
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