Bloomberg API for .NET
ResolveAsync Method (resolutionList)
NamespacesBloomberglp.BlpapiProviderSessionResolveAsync(ResolutionList)
Begins the resolution of the topics in the specified 'resolutionList'.
Declaration Syntax
C#Visual BasicVisual C++
public void ResolveAsync(
	ResolutionList resolutionList
)
Public Sub ResolveAsync ( 
	resolutionList As ResolutionList
)
public:
void ResolveAsync(
	ResolutionList^ resolutionList
)
Parameters
resolutionList (ResolutionList)
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.

Exceptions
ExceptionCondition
InvalidOperationException The session is not started.
DuplicateCorrelationIDException The specified correlationId in 'resolutionList' is not unique.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1