IAbstractSessionGetService Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax Service 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