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

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

Parameters

message
Type: Bloomberglp.BlpapiMessage
correlationId
Type: Bloomberglp.BlpapiCorrelationID

Implements

ITopicListAdd(Message, CorrelationID)
Exceptions
ExceptionCondition
ArgumentExceptionmessage is null or is not about topic.
DuplicateCorrelationIDException The specified 'correlationId' is in the list.
See Also