| IAbstractSessionGetService Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
SyntaxService GetService(
string serviceName
)
Function GetService (
serviceName As String
) As Service
Service^ GetService(
String^ serviceName
)
abstract GetService :
serviceName : string -> Service
Parameters
- serviceName
- Type: SystemString
The Name of the service that is to be opened.
serviceName must be a fully qualified service
name. That is, it must be in the form of "//[namespace]/[service-name]".
Return Value
Type:
Service
A handle to the service if it is already open; null otherwise.
See Also