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

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 ResolveAsync(
	IResolutionList resolutionList
)

Parameters

resolutionList
Type: Bloomberglp.BlpapiIResolutionList

Implements

IProviderSessionResolveAsync(IResolutionList)
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