Click or drag to resize
ResolutionList Class
Resolution list is used to resolve a list of topics. Resolve(ResolutionList)ResolveAsync(ResolutionList)
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiResolutionList

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public class ResolutionList

The ResolutionList type exposes the following members.

Constructors
  NameDescription
Public methodResolutionList
Construct an empty resolution list.
Top
Methods
  NameDescription
Public methodAdd(String)
Add the topic to the list.
Public methodAdd(Message)
Public methodAdd(String, CorrelationID)
Public methodAdd(Message, CorrelationID)
Public methodAddAttribute
Public methodAttribute
Attributes are not supported. This method does nothing.
Public methodAttributeAt
Attributes are not supported. This method does nothing.
Public methodCorrelationIdAt
Return the correlation id at index.
Public methodMessage
Public methodMessageAt
Return the message at the index.
Public methodSize
Return the list size
Public methodStatus
Return the resolution status corresponding to the correlation id.
Public methodStatusAt
Return the resolution status corresponding to the index.
Public methodTopicString
Public methodTopicStringAt
Return the topic string at index.
Top
See Also