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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Resolve( ResolutionList resolutionList )
Public Sub Resolve ( resolutionList As ResolutionList )
public: void Resolve( ResolutionList^ resolutionList )
Parameters
- resolutionList (ResolutionList)
- The list of topics to be resolved
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.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1