Click or drag to resize
IResolutionListMessageAt Method
Gets the result of resolving the topic in the entry specified by index.

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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax
Message MessageAt(
	int index
)

Parameters

index
Type: SystemInt32
The zero-based index of the entry.

Return Value

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