Bloomberg API for .NET
CreateTopics Method (topicList)
NamespacesBloomberglp.BlpapiProviderSessionCreateTopics(TopicList)
Creates the topics in the specified 'topicList' and updates the 'topicList' with the results of the resolution and creation process.
Declaration Syntax
C#Visual BasicVisual C++
public void CreateTopics(
	TopicList topicList
)
Public Sub CreateTopics ( 
	topicList As TopicList
)
public:
void CreateTopics(
	TopicList^ topicList
)
Parameters
topicList (TopicList)
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.
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.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1