Click or drag to resize
ITopicListMessage Method
Gets the result of a topic creation.

The message returned can be used when creating an instance of Topic.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax
Message Message(
	CorrelationID correlationId
)

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID to identify the entry.

Return Value

Type: Message
The Message(CorrelationID) received during creation of the topic.
See Also