ProviderSessionResolve Method (IResolutionList) |
Resolves the topics in the specified 'resolutionList' and updates the
'resolutionList' with the results of the resolution process. All services
referenced in the topics in the 'resolutionList' must already have been
registered using RegisterService(). Once Resolve() returns each entry
in the 'resolutionList' will have been updated with a new status.
The session identity will be used if it's been authorized.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public void Resolve(
IResolutionList resolutionList
)
Public Sub Resolve (
resolutionList As IResolutionList
)
public:
virtual void Resolve(
IResolutionList^ resolutionList
) sealed
abstract Resolve :
resolutionList : IResolutionList -> unit
override Resolve :
resolutionList : IResolutionList -> unit
Parameters
- resolutionList
- Type: Bloomberglp.BlpapiIResolutionList
The list of topics to be resolved
Implements
IProviderSessionResolve(IResolutionList)Exceptions Exception | Condition |
---|
InvalidOperationException |
The session is not started.
|
DuplicateCorrelationIDException |
Any of the correlationIds specified in 'resolutionList' is not unique.
|
ThreadInterruptedException |
The current thread is interrupted while it is waiting for resolution response.
|
See Also