The UserEntryList type exposes the following members.

Constructors

  NameDescription
Public methodUserEntryList
Initializes a new instance of the UserEntryList class.

Methods

  NameDescription
Public methodChangeWatchedUsers
Changes the users being watched.
Public methodChangeWatchedUsersAsync
Asynchronously changes the users being watched.
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
Get a list of user entries being watched.
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 User Entry List.
Public methodStartWatchingAsync
Asynchronously starts watching the User Entry List.
Public methodStopWatching
Stops watching the User Entry List.
Public methodStopWatchingAsync
Asynchronously stops watching the User Entry List.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyItem
Get an individual entry for a user.

Events

  NameDescription
Public eventWatchedObjectsChanged
Occurs when one of the UserEntry watched objects has changed or has been removed.

See Also