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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public CorrelationID OpenServiceAsync(
	string uri
)

Parameters

uri
Type: SystemString
URI of the service that is to be opened.

Return Value

Type: CorrelationID
A CorrelationID for this asynchronous openService request.
Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
Remarks
See Also