Click or drag to resize
ProviderSessionResolveAsync Method (ResolutionList)
Begins the resolution of the topics in the specified 'resolutionList'.

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

Parameters

resolutionList
Type: Bloomberglp.BlpapiResolutionList
Exceptions
ExceptionCondition
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