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