IAbstractSessionGetService Method |
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax Service GetService(
string uri
)
Function GetService (
uri As String
) As Service
Service^ GetService(
String^ uri
)
abstract GetService :
uri : string -> Service
Parameters
- uri
- Type: SystemString
URI of the service that is to be opened.
The uri 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