The FilteredStatusMessageList type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilteredStatusMessageList |
Initializes a new instance of the FilteredStatusMessageList class.
|
Methods
| Name | Description | |
|---|---|---|
| CanHaveStatus |
Determines whether a user can have a given status.
| |
| ChangeWatchedUsers |
Changes the set of user names for a watch of their Filtered Status Message list.
| |
| ChangeWatchedUsersAsync |
Asynchronously changes the set of user names for a watch of their filtered status message list.
| |
| 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.) | |
| GetList |
Gets the table of filtered status messages lists for all users watched by this object.
| |
| GetStatusMessageDetailsForUser |
Gets a specific filtered status message for the given user.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsWatching()()()() |
Determines whether a watch is active.
| |
| IsWatching(String) |
Determines whether a watch is active and if the specified value is being watched.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StartWatching |
Starts watching the Filtered Status Message List for a set of users.
| |
| StartWatchingAsync |
Asynchronously starts watching the Filtered Status Message List for a set of users.
| |
| StopWatching |
Stops watching the Filtered Status Message List for a set of users.
| |
| StopWatchingAsync |
Asynchronously stops watching the Filtered Status Message List.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Item |
Gets the list of filtered status messages for the given user.
|
Events
| Name | Description | |
|---|---|---|
| WatchedObjectsChanged |
Occurs when one of the FilteredStatusMessageList watched objects has changed.
| |
| WatchedStatusMessageObjectsChanged |
Occurs when one of the FilteredStatusMessageList watched objects has an attribute changed.
|