Click or drag to resize
TopicListAdd Method (String)
Add a new topic to the list.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Add(
	string topic
)

Parameters

topic
Type: SystemString
topic to add
Exceptions
ExceptionCondition
ArgumentException The specified 'topic' is null or invalid.
See Also