The WorkgroupActivationList type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WorkgroupActivationList |
Initializes a new instance of the WorkgroupActivationList class.
|
Methods
Name | Description | |
---|---|---|
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.) | |
GetActivationList |
Retrieves a list of user activations for a given workgroup.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserActivationList |
Retrieves a list of user activations for a given workgroup.
| |
GetUserActivationListAsync |
Asynchronously retrieves a list of user activations for a given workgroup.
| |
IsWatching |
Determines whether a watch is active.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetUserActivations |
Sets the user activations on the given workgroup.
| |
SetUserActivationsAsync |
Asynchronously sets the user activations on the given workgroup.
| |
StartWatching |
Starts watching the workgroup activation list for a workgroup.
| |
StartWatchingAsync |
Asynchronously starts watching the workgroup activation list for a set of users.
| |
StopWatching |
Stops watching the workgroup activation list.
| |
StopWatchingAsync |
Asynchronously stops watching the workgroup activation List.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
WorkgroupName |
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
Name | Description | |
---|---|---|
WatchedObjectsChanged |
Occurs when one of the FilteredStatusMessageList watched objects has changed.
|