Begins the creation of the topics in the specified 'topicList'.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
InvalidOperationException |
The session is not started.
|
DuplicateCorrelationIDException |
The specified correlationId in 'topicList' is not unique.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1