IResolutionListAdd Method (String, CorrelationID) |
Add a topic to this list.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax void Add(
string topic,
CorrelationID correlationId
)
Sub Add (
topic As String,
correlationId As CorrelationID
)
void Add(
String^ topic,
CorrelationID^ correlationId
)
abstract Add :
topic : string *
correlationId : CorrelationID -> unit
Parameters
- topic
- Type: SystemString
The topic which needs to be resolved.
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
A CorrelationID to identify the entry.
See Also