The MemoList type exposes the following members.

Methods

  NameDescription
Public methodCommitMemo
Distributes a given Memo to all listeners.
Public methodCommitMemoAsync
Asynchronously distributes a given Memo to all listeners.
Public methodStatic memberCreateAlertMemoList
Creates the memo list to watch for alert Memo messages.
Public methodStatic memberCreateGeneralMemoList
Creates the memo list to watch for non-alert Memo messages.
Public methodStatic memberCreateMyMemoList
Creates the memo list to watch for Memo messages sent to the current user.
Public methodDeleteMemo
Deletes a Memo and notifies all listeners of its deletion.
Public methodDeleteMemoAsync
Asynchronously deletes a Memo and notifies all listeners of its deletion.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMemos
Gets all active memos.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching
Determines whether a memo watch is active.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
Starts watching for memos.
Public methodStartWatchingAsync
Asynchronously starts watching for memos.
Public methodStopWatching
Stops watching for memos.
Public methodStopWatchingAsync
Asynchronously stops watching for memos.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAlertSetId
Gets the ID of the alert set this watch is associated with. Only valid if WatchType is set to AlertMemos.
Public propertyWatchType
Gets the type of Memo events to watch for.

Events

  NameDescription
Public eventMemoAdded
Occurs when a memo is added to the queue.
Public eventMemoChanged
Occurs when a memo in the queue is changed.
Public eventMemoDeleted
Occurs when a memo is deleted from the queue.

See Also