Click or drag to resize
ITopicList Methods

The ITopicList 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 creation.

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

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

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

Public methodStatus
Public methodStatusAt
Public methodTopicString
Gets the topic of an entry.
Public methodTopicStringAt
Gets the topic of an entry at the specified index.
Top
See Also