Click or drag to resize
ProviderSessionCreateTopicsAsync Method (TopicList)
Begins the creation of the topics in the specified 'topicList'.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void CreateTopicsAsync(
	TopicList topicList
)

Parameters

topicList
Type: Bloomberglp.BlpapiTopicList
Exceptions
ExceptionCondition
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