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.15.0.1
Syntax public void Add(
string topic,
CorrelationID correlationId
)
Public Sub Add (
topic As String,
correlationId As CorrelationID
)
public:
void Add(
String^ topic,
CorrelationID^ correlationId
)
member Add :
topic : string *
correlationId : CorrelationID -> unit
Parameters
- topic
- Type: SystemString
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
Exceptions See Also