Click or drag to resize
IProviderSessionGetTopic Method
Finds a previously created Topic related to a Message.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax
Topic GetTopic(
	Message message
)

Parameters

message
Type: Bloomberglp.BlpapiMessage
Must be one of the following types: TopicCreated, TopicActivated, TopicDeactivated, TopicSubscribed TopicUnsubscribed, TopicRecap.

Return Value

Type: Topic
The previously created Topic or null if the topic hasn't been created.
See Also