| ResolutionListAdd Method (String) |
Add the topic 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
)
Public Sub Add (
topic As String
)
public:
virtual void Add(
String^ topic
) sealed
abstract Add :
topic : string -> unit
override Add :
topic : string -> unit Parameters
- topic
- Type: SystemString
Implements
IResolutionListAdd(String)
See Also