ITopicList Methods |
The ITopicList type exposes the following members.
Name | Description | |
---|---|---|
Add(String) |
Add a topic to the list.
| |
Add(Message) |
Adds the topic from a Message(CorrelationID) to this list.
| |
Add(String, CorrelationID) |
Add a topic to this list.
| |
Add(Message, CorrelationID) |
Adds the topic from a Message(CorrelationID) to this list.
| |
CorrelationIdAt |
Gets the CorrelationID of an entry at the specified
index.
| |
Message |
Gets the result of a topic creation.
The message returned can be used when creating an instance of Topic. | |
MessageAt |
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. | |
Status |
Return the TopicListTopicStatus of an entry.
| |
StatusAt |
Return the TopicListTopicStatus of an entry at the
specified index.
| |
TopicString |
Gets the topic of an entry.
| |
TopicStringAt |
Gets the topic of an entry at the specified index.
|