The MemoList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CommitMemo |
Distributes a given Memo to all listeners.
| |
| CommitMemoAsync |
Asynchronously distributes a given Memo to all listeners.
| |
| CreateAlertMemoList |
Creates the memo list to watch for alert Memo messages.
| |
| CreateGeneralMemoList |
Creates the memo list to watch for non-alert Memo messages.
| |
| CreateMyMemoList |
Creates the memo list to watch for Memo messages sent to the current user.
| |
| DeleteMemo |
Deletes a Memo and notifies all listeners of its deletion.
| |
| DeleteMemoAsync |
Asynchronously deletes a Memo and notifies all listeners of its deletion.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMemos |
Gets all active memos.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsWatching |
Determines whether a memo watch is active.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartWatching |
Starts watching for memos.
| |
| StartWatchingAsync |
Asynchronously starts watching for memos.
| |
| StopWatching |
Stops watching for memos.
| |
| StopWatchingAsync |
Asynchronously stops watching for memos.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AlertSetId |
Gets the ID of the alert set this watch is associated with.
Only valid if WatchType is set to
AlertMemos.
| |
| WatchType |
Gets the type of Memo events to watch for.
|
Events
| Name | Description | |
|---|---|---|
| MemoAdded |
Occurs when a memo is added to the queue.
| |
| MemoChanged |
Occurs when a memo in the queue is changed.
| |
| MemoDeleted |
Occurs when a memo is deleted from the queue.
|