ProviderSessionCreateTopicsAsync Method (ITopicList) |
Begins the creation of the topics in the specified 'topicList'.
The session identity will be used if it's been authorized.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax public void CreateTopicsAsync(
ITopicList topicList
)
Public Sub CreateTopicsAsync (
topicList As ITopicList
)
public:
virtual void CreateTopicsAsync(
ITopicList^ topicList
) sealed
abstract CreateTopicsAsync :
topicList : ITopicList -> unit
override CreateTopicsAsync :
topicList : ITopicList -> unit
Parameters
- topicList
- Type: Bloomberglp.BlpapiITopicList
Implements
IProviderSessionCreateTopicsAsync(ITopicList)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
DuplicateCorrelationIDException |
The specified correlationId in 'topicList' is not unique.
|
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.
See Also