TopicListCorrelationIdAt Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public CorrelationID CorrelationIdAt(
int index
)
Public Function CorrelationIdAt (
index As Integer
) As CorrelationID
public:
virtual CorrelationID^ CorrelationIdAt(
int index
) sealed
abstract CorrelationIdAt :
index : int -> CorrelationID
override CorrelationIdAt :
index : int -> CorrelationID
Parameters
- index
- Type: SystemInt32
Return Value
Type:
CorrelationIDImplements
ITopicListCorrelationIdAt(Int32)Exceptions Exception | Condition |
---|
IndexOutOfRangeException |
The specified index is out of the range of this list.
|
See Also