IAbstractSessionOpenServiceAsync Method (String) |
Issues an asynchronous request to open a service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax CorrelationID OpenServiceAsync(
string serviceName
)
Function OpenServiceAsync (
serviceName As String
) As CorrelationID
CorrelationID^ OpenServiceAsync(
String^ serviceName
)
abstract OpenServiceAsync :
serviceName : string -> CorrelationID
Parameters
- serviceName
- Type: SystemString
The name of the service that is to be opened.
Return Value
Type:
CorrelationID
A
CorrelationID for this asynchronous request.
See Also