Click or drag to resize
TopicListAdd Method (String, CorrelationID)
Add the topic with the correlation id to the list.

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

Parameters

topic
Type: SystemString
correlationId
Type: Bloomberglp.BlpapiCorrelationID
Exceptions
ExceptionCondition
DuplicateCorrelationIDException The specified 'correlationId' is in the list.
See Also