Click or drag to resize
ProviderSessionResolve Method (ResolutionList)
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.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Resolve(
	ResolutionList resolutionList
)

Parameters

resolutionList
Type: Bloomberglp.BlpapiResolutionList
The list of topics to be resolved
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