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.13.2.1
Syntax public void ResolveAsync(
ResolutionList resolutionList
)
Public Sub ResolveAsync (
resolutionList As ResolutionList
)
public:
void ResolveAsync(
ResolutionList^ resolutionList
)
member ResolveAsync :
resolutionList : ResolutionList -> unit
Parameters
- resolutionList
- Type: Bloomberglp.BlpapiResolutionList
Exceptions 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