The WorkgroupActivationList type exposes the following members.

Constructors

  NameDescription
Public methodWorkgroupActivationList
Initializes a new instance of the WorkgroupActivationList class.

Methods

  NameDescription
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 methodGetActivationList
Retrieves a list of user activations for a given workgroup.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUserActivationList
Retrieves a list of user activations for a given workgroup.
Public methodGetUserActivationListAsync
Asynchronously retrieves a list of user activations for a given workgroup.
Public methodIsWatching
Determines whether a watch is active.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetUserActivations
Sets the user activations on the given workgroup.
Public methodSetUserActivationsAsync
Asynchronously sets the user activations on the given workgroup.
Public methodStartWatching
Starts watching the workgroup activation list for a workgroup.
Public methodStartWatchingAsync
Asynchronously starts watching the workgroup activation list for a set of users.
Public methodStopWatching
Stops watching the workgroup activation list.
Public methodStopWatchingAsync
Asynchronously stops watching the workgroup activation List.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyWorkgroupName
Gets the name of the workgroup that is currently being watched. The workgroup name will be Empty if no watch is active. Use IsWatching()()()() to determine if a watch is active.

Events

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

See Also