| TopicListMessageAt Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic Message MessageAt(
int index
)
Public Function MessageAt (
index As Integer
) As Message
public:
virtual Message^ MessageAt(
int index
) sealed
abstract MessageAt :
index : int -> Message
override MessageAt :
index : int -> Message Parameters
- index
- Type: SystemInt32
Return Value
Type:
MessageImplements
ITopicListMessageAt(Int32)
Exceptions| Exception | Condition |
|---|
| IndexOutOfRangeException |
The specified index is out of the range of this list.
|
See Also