AbstractSessionOpenServiceAsync Method (String) |
Issues an asynchronous request to open a service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public CorrelationID OpenServiceAsync(
string uri
)
Public Function OpenServiceAsync (
uri As String
) As CorrelationID
public:
virtual CorrelationID^ OpenServiceAsync(
String^ uri
) sealed
abstract OpenServiceAsync :
uri : string -> CorrelationID
override 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.
Implements
IAbstractSessionOpenServiceAsync(String)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
Remarks See Also