Task Class
This class represents the individual tasks that are run as part of certification tests.
Namespace: Microsoft.Windows.Kits.Hardware.ObjectModel
Assembly: Microsoft.Windows.Kits.Hardware.ObjectModel (in Microsoft.Windows.Kits.Hardware.ObjectModel)
Usage
Visual Basic
Dim instance As Task
Syntax
Visual Basic
<DataContractAttribute> _
Public MustInherit Class Task
C#
[DataContractAttribute]
public abstract class Task
Inheritance Hierarchy
System.Object
Microsoft.Windows.Kits.Hardware.ObjectModel.Task
Microsoft.Windows.Kits.Hardware.ObjectModel.Submission.PackageTask
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.