Click or drag to resize
ITopicListMessageAt Method
Gets the result of creating 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.24.8.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