The FilteredStatusMessageList type exposes the following members.

Constructors

  NameDescription
Public methodFilteredStatusMessageList
Initializes a new instance of the FilteredStatusMessageList class.

Methods

  NameDescription
Public methodCanHaveStatus
Determines whether a user can have a given status.
Public methodChangeWatchedUsers
Changes the set of user names for a watch of their Filtered Status Message list.
Public methodChangeWatchedUsersAsync
Asynchronously changes the set of user names for a watch of their filtered status message list.
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 methodGetList
Gets the table of filtered status messages lists for all users watched by this object.
Public methodGetStatusMessageDetailsForUser
Gets a specific filtered status message for the given user.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsWatching()()()()
Determines whether a watch is active.
Public methodIsWatching(String)
Determines whether a watch is active and if the specified value is being watched.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStartWatching
Starts watching the Filtered Status Message List for a set of users.
Public methodStartWatchingAsync
Asynchronously starts watching the Filtered Status Message List for a set of users.
Public methodStopWatching
Stops watching the Filtered Status Message List for a set of users.
Public methodStopWatchingAsync
Asynchronously stops watching the Filtered Status Message List.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyItem
Gets the list of filtered status messages for the given user.

Events

  NameDescription
Public eventWatchedObjectsChanged
Occurs when one of the FilteredStatusMessageList watched objects has changed.
Public eventWatchedStatusMessageObjectsChanged
Occurs when one of the FilteredStatusMessageList watched objects has an attribute changed.

See Also