Click or drag to resize
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.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
public void Resolve(
	IResolutionList resolutionList
)

Parameters

resolutionList
Type: Bloomberglp.BlpapiIResolutionList
The list of topics to be resolved

Implements

IProviderSessionResolve(IResolutionList)
Exceptions
ExceptionCondition
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