Click or drag to resize
IResolutionList Interface
A list of topics to be resolved.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax
public interface IResolutionList

The IResolutionList type exposes the following members.

Methods
  NameDescription
Public methodAdd(String)
Add a topic to the list.
Public methodAdd(Message)
Adds the topic from a Message(CorrelationID) to this list.
Public methodAdd(String, CorrelationID)
Add a topic to this list.
Public methodAdd(Message, CorrelationID)
Adds the topic from a Message(CorrelationID) to this list.
Public methodCorrelationIdAt
Gets the CorrelationID of an entry at the specified index.
Public methodMessage
Gets the result of a topic resolution.

The message returned can be used when creating an instance of Topic.

Public methodMessageAt
Gets the result of resolving the topic in the entry specified by index.

The message returned can be used when creating an instance of Topic.

Public methodSize
The number of elements in this list.
Public methodStatus
Return the ResolutionStatus status of an entry.
Public methodStatusAt
Return the ResolutionStatus of an entry at the specified index.
Public methodTopicString
Gets the topic of an entry.
Public methodTopicStringAt
Gets the topic of an entry at the specified index.
Top
See Also