Click or drag to resize
ITopicListAdd Method (Message, CorrelationID)
Adds the topic from a Message(CorrelationID) to this list.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax
void Add(
	Message message,
	CorrelationID correlationId
)

Parameters

message
Type: Bloomberglp.BlpapiMessage
A "TopicSubscribed" or "ResolutionSuccess" Message(CorrelationID).
correlationId
Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID to identify the entry.
See Also