Click or drag to resize
ITopicList Interface
A list of topics to be created.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax
public interface ITopicList

The ITopicList type exposes the following members.

Properties
  NameDescription
Public propertySize
The number of elements in this list.
Top
Methods
  NameDescription
Public methodAdd(String)
Add a topic to the list.
Public methodAdd(Message)
Adds the topic from a Message(CorrelationID) to this list.
Public methodAdd(String, CorrelationID)
Add a topic to this list.
Public methodAdd(Message, CorrelationID)
Adds the topic from a Message(CorrelationID) to this list.
Public methodCorrelationIdAt
Gets the CorrelationID of an entry at the specified index.
Public methodMessage
Gets the result of a topic creation.

The message returned can be used when creating an instance of Topic.

Public methodMessageAt
Gets the result of creating the topic in the entry specified by index.

The message returned can be used when creating an instance of Topic.

Public methodStatus
Public methodStatusAt
Public methodTopicString
Gets the topic of an entry.
Public methodTopicStringAt
Gets the topic of an entry at the specified index.
Top
See Also