IProviderSessionCreateTopicsAsync Method (ITopicList, ResolveMode, Identity) |
Before this method returns one or more RESOLUTION_STATUS events and, if resolveMode is AUTO_REGISTER_SERVICES, zero or more SERVICE_STATUS events are generated. If this is an asynchronous session then these events may be processed by the registered EventHandler before this method has returned.
Namespace: Bloomberglp.Blpapi
void CreateTopicsAsync( ITopicList topicList, ResolveMode resolveMode, Identity providerIdentity )
The CorrelationID objects in this list must be unique and not in use.
If resolveMode is DONT_REGISTER_SERVICES then all the services referenced in the topics in topicList must already have been registered.
If resolveMode is AUTO_REGISTER_SERVICES then providerIdentity will be used used to attempt to register any services referenced in the topics in topicList that have not already been registered.
If null the session identity will be used if it's been authorized.