Click or drag to resize
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.24.9.1
Syntax
public void CreateTopicsAsync(
	ITopicList topicList
)

Parameters

topicList
Type: Bloomberglp.BlpapiITopicList

Implements

IProviderSessionCreateTopicsAsync(ITopicList)
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