| AbstractSessionOpenServiceAsync Method (String) |
Issues an asynchronous request to open a service.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic CorrelationID OpenServiceAsync(
string serviceName
)
Public Function OpenServiceAsync (
serviceName As String
) As CorrelationID
public:
virtual CorrelationID^ OpenServiceAsync(
String^ serviceName
) sealed
abstract OpenServiceAsync :
serviceName : string -> CorrelationID
override OpenServiceAsync :
serviceName : string -> CorrelationID Parameters
- serviceName
- Type: SystemString
The name 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