ProviderSessionCreateTopics Method (ITopicList) |
Creates the topics in the specified 'topicList' and updates the
'topicList' with the results of the resolution and creation process.
The session identity will be used if it's been authorized.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public void CreateTopics(
ITopicList topicList
)
Public Sub CreateTopics (
topicList As ITopicList
)
public:
virtual void CreateTopics(
ITopicList^ topicList
) sealed
abstract CreateTopics :
topicList : ITopicList -> unit
override CreateTopics :
topicList : ITopicList -> unit
Parameters
- topicList
- Type: Bloomberglp.BlpapiITopicList
Implements
IProviderSessionCreateTopics(ITopicList)Exceptions Exception | Condition |
---|
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