Click or drag to resize
TopicListAdd Method (Message, CorrelationID)

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

Parameters

message
Type: Bloomberglp.BlpapiMessage
correlationId
Type: Bloomberglp.BlpapiCorrelationID
Exceptions
ExceptionCondition
ArgumentException The specified message is not about topic.
DuplicateCorrelationIDException The specified 'correlationId' is in the list.
See Also