Bloomberg API for .NET
CreateTopicsAsync Method (topicList)
NamespacesBloomberglp.BlpapiProviderSessionCreateTopicsAsync(TopicList)
Begins the creation of the topics in the specified 'topicList'.
Declaration Syntax
C#Visual BasicVisual C++
public void CreateTopicsAsync(
	TopicList topicList
)
Public Sub CreateTopicsAsync ( 
	topicList As TopicList
)
public:
void CreateTopicsAsync(
	TopicList^ topicList
)
Parameters
topicList (TopicList)
Remarks
All the services referenced in the topics in the 'topicList' must already have been registered using registerService().

One or more EventType.RESOLUTION_STATUS events will be delivered with the result of the resolution and zero or more EventType.TOPIC_STATUS events may be generated before or after createTopicsAsync() returns.

Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
DuplicateCorrelationIDException The specified correlationId in 'topicList' is not unique.

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