IAbstractSessionOpenService Method |
Opens the service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax bool OpenService(
string serviceName
)
Function OpenService (
serviceName As String
) As Boolean
bool OpenService(
String^ serviceName
)
abstract OpenService :
serviceName : string -> bool
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