| 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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic void Add(
string topic,
CorrelationID correlationId
)
Public Sub Add (
topic As String,
correlationId As CorrelationID
)
public:
virtual void Add(
String^ topic,
CorrelationID^ correlationId
) sealed
abstract Add :
topic : string *
correlationId : CorrelationID -> unit
override Add :
topic : string *
correlationId : CorrelationID -> unit Parameters
- topic
- Type: SystemString
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Implements
ITopicListAdd(String, CorrelationID)
Exceptions
See Also