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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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