TaskCollection Members
Represents a collection of Task objects that are displayed in the task pane of the Administration Console.
The following tables list the members exposed by the TaskCollection type.
Public Constructors
Name | Description | |
---|---|---|
TaskCollection | Initializes a new instance of the TaskCollection class. |
Top
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of Task objects in the TaskCollection. | |
IsReadOnly | Gets a value that indicates whether the TaskCollection is read-only. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Add | Adds the specified Task object to the TaskCollection. | |
Clear | Removes all Task objects from the TaskCollection. | |
Contains | Determines whether the specified Task object is in the TaskCollection. | |
CopyTo | Copies the entire TaskCollection to a compatible one-dimensional array, starting at the specified index of the target array. | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | Returns an enumerator that is used to iterate through the TaskCollection. | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Remove | Removes the first occurrence of the specified Task object from the TaskCollection. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
Top
See Also
Reference
TaskCollection Class
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace