Bloomberg API for .NET
Resolve Method (resolutionList, resolveMode)
NamespacesBloomberglp.BlpapiProviderSessionResolve(ResolutionList, ResolveMode)
Resolves the topics in the specified 'resolutionList' and updates the 'resolutionList' with the results of the resolution process.
Declaration Syntax
C#Visual BasicVisual C++
public void Resolve(
	ResolutionList resolutionList,
	ResolveMode resolveMode
)
Public Sub Resolve ( 
	resolutionList As ResolutionList,
	resolveMode As ResolveMode
)
public:
void Resolve(
	ResolutionList^ resolutionList, 
	ResolveMode resolveMode
)
Parameters
resolutionList (ResolutionList)
resolveMode (ResolveMode)
Remarks
If the specified 'resolveMode' is ResolveMode.DONT_REGISTER_SERVICES then all the services referenced in the topics in the 'resolutionList' must already have been registered using registerService(). If 'resolveMode' is ResolveMode.AUTO_REGISTER_SERVICES then the specified 'providerIdentity' should be supplied and ProviderSession will automatically attempt to register any services reference in the topics in the 'resolutionList' that have not already been registered. Once resolve() returns each entry in the 'resolutionList' will have been updated with a new status.

Before resolve() returns one or more EventType.RESOLUTION_STATUS events and, if 'resolveMode' is ResolveMode.AUTO_REGISTER_SERVICES, zero or more EventType.SERVICE_STATUS events are generated. If this is an asynchronous ProviderSession then these Events may be processed by the registered EventHandler before resolve() has returned.

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.

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