Share via


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
public property Count Gets the number of Task objects in the TaskCollection.
public property IsReadOnly Gets a value that indicates whether the TaskCollection is read-only.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Add Adds the specified Task object to the TaskCollection.
public method Clear Removes all Task objects from the TaskCollection.
public method Contains Determines whether the specified Task object is in the TaskCollection.
public method CopyTo Copies the entire TaskCollection to a compatible one-dimensional array, starting at the specified index of the target array.
public method Equals  Overloaded. (Inherited from Object)
public method GetEnumerator Returns an enumerator that is used to iterate through the TaskCollection.
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method Remove Removes the first occurrence of the specified Task object from the TaskCollection.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method 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