Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public TopicListTopicStatus StatusAt(
int index
)
Public Function StatusAt (
index As Integer
) As TopicListTopicStatus
public:
virtual TopicListTopicStatus StatusAt(
int index
) sealed
abstract StatusAt :
index : int -> TopicListTopicStatus
override StatusAt :
index : int -> TopicListTopicStatus
Parameters
- index
- Type: SystemInt32
Return Value
Type:
TopicListTopicStatusImplements
ITopicListStatusAt(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException |
The specified index is out of the range of this list.
|
See Also