Click or drag to resize
ProviderSessionGetTopic Method
Finds a previously created Topic object based on the specified
message

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

Parameters

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

Return Value

Type: Topic
The previously created Topic, or
null
, if requested topic couldn't be found
Exceptions
ExceptionCondition
ArgumentExceptionmessage of wrong type used
See Also