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