Click or drag to resize
IAbstractSessionGetService Method
Gets the Service object.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax
Service GetService(
	string serviceName
)

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