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.24.4.1
Syntax Message MessageAt(
int index
)
Function MessageAt (
index As Integer
) As Message
Message^ MessageAt(
int index
)
abstract MessageAt :
index : int -> Message
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