ProviderSessionResolveAsync Method (IResolutionList) |
Begins the resolution of the topics in the specified 'resolutionList'.
The session identity will be used if it's been authorized.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public void ResolveAsync(
IResolutionList resolutionList
)
Public Sub ResolveAsync (
resolutionList As IResolutionList
)
public:
virtual void ResolveAsync(
IResolutionList^ resolutionList
) sealed
abstract ResolveAsync :
resolutionList : IResolutionList -> unit
override ResolveAsync :
resolutionList : IResolutionList -> unit
Parameters
- resolutionList
- Type: Bloomberglp.BlpapiIResolutionList
Implements
IProviderSessionResolveAsync(IResolutionList)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
DuplicateCorrelationIDException |
The specified correlationId in 'resolutionList' is not unique.
|
Remarks All the services referenced in the topics in the 'resolutionList' must
already have been registered using RegisterService().
One or more EventType.RESOLUTION_STATUS
events will be delivered
with the results of the resolution. These events may be generated before
or after Resolve() returns.
See Also