Click or drag to resize
IAbstractSessionOpenServiceAsync Method (String)
Issues an asynchronous request to open a service.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax
CorrelationID OpenServiceAsync(
	string serviceName
)

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