| TopicListAdd Method (String) |
Add a new topic to the list.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic 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