Click or drag to resize
IResolutionListMessage Method
Gets the result of a topic resolution.

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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.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 resolution of the topic.
See Also