ProviderSessionCreateTopicsAsync Method (ITopicList, ResolveMode) |
The session identity will be used if it's been authorized.
Namespace: Bloomberglp.Blpapi
Exception | Condition |
---|---|
InvalidOperationException | The session is not started. |
DuplicateCorrelationIDException | The specified correlationId in 'topicList' is not unique. |
Before or after createTopicsAsync() returns, each entry in the 'topicList' will be updated with a new status. And one or more EventType.RESOLUTION_STATUS events and, if 'resolveMode' is ResolveMode.AUTO_REGISTER_SERVICES, zero or more EventType.SERVICE_STATUS, and zero or more EventType.TOPIC_STATUS events will be generated. If this is an asynchronous ProviderSession then these Events may be processed by the registered EventHandler.