TopicListAdd Method (String) |
Add a new topic to the list.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax public void Add(
string topic
)
Public Sub Add (
topic As String
)
public:
virtual void Add(
String^ topic
) sealed
abstract Add :
topic : string -> unit
override Add :
topic : string -> unit
Parameters
- topic
- Type: SystemString
topic to add
Implements
ITopicListAdd(String)Exceptions Exception | Condition |
---|
ArgumentException |
The specified 'topic' is null or invalid.
|
See Also