RunningTaskCollection Class

Collection of running tasks in a TaskService. This class has no public constructor and can only be accessed via the properties and functions within TaskService.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public sealed class RunningTaskCollection : IEnumerable, 
	IDisposable
Inheritance
Object    RunningTaskCollection
Implements
IEnumerable, IDisposable

Properties

CountGets the number of registered tasks in the collection.
ItemGets the specified running task from the collection.

Methods

DisposeReleases all resources used by this class.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetEnumeratorGets an IEnumerator instance for this collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a String that represents this instance.
(Overrides ObjectToString)

See Also