The UserStatusList type exposes the following members.

Constructors

  NameDescription
Public methodUserStatusList
Initializes a new instance of the UserStatusList 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 statuses being watched.
Public methodGetPreviousStatusInfo()()()()
Gets the previous status info for the Session User from the server.
Public methodGetPreviousStatusInfo(String)
Gets the previous status info for a User from the server.
Public methodGetPreviousStatusInfoAsync(EventHandler<(Of <<'(GetPreviousStatusInfoCompletedEventArgs>)>>), Object)
Asynchronously gets the previous status info for the Session User from the server.
Public methodGetPreviousStatusInfoAsync(String, EventHandler<(Of <<'(GetPreviousStatusInfoCompletedEventArgs>)>>), Object)
Asynchronously gets the previous status info for a User from the server.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserStatus
Gets the status for a User from the server.
Public methodGetUserStatusAsync
Asynchronously gets the status for a User from the server.
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 Status List.
Public methodStartWatchingAsync
Asynchronously starts watching the User Status List.
Public methodStopWatching
Stops watching the User Status List.
Public methodStopWatchingAsync
Asynchronously stops watching the User Status List.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyItem
Get an individual status for a user.

Events

  NameDescription
Public eventWatchedObjectsChanged
Occurs when one of the UserStatus watched objects has changed.

See Also