Click or drag to resize
IAbstractSessionOpenService Method
Opens the service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
bool OpenService(
	string serviceName
)

Parameters

serviceName
Type: SystemString
The name of the service that is to be opened.

Must be a fully qualified service name. That is, it must be in the form of "//[namespace]/[service-name]".

Return Value

Type: Boolean
This method returns true if the service was opened successfully false otherwise.
See Also