AbstractSessionOpenServiceAsync Method (String) |
Issues an asynchronous request to open a service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public CorrelationID OpenServiceAsync(
string uri
)
Public Function OpenServiceAsync (
uri As String
) As CorrelationID
public:
CorrelationID^ OpenServiceAsync(
String^ uri
)
member OpenServiceAsync :
uri : string -> CorrelationID
Parameters
- uri
- Type: SystemString
URI of the service that is to be opened.
Return Value
Type:
CorrelationIDA CorrelationID for this asynchronous openService request.
Exceptions Remarks See Also