Task Class

Defines a task.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(True)> _
<XmlTypeAttribute("Task", Namespace:="https://www.microsoft.com/ComputeCluster/")> _
<CLSCompliantAttribute(True)> _
<GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class Task
    Implements ITask
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[XmlTypeAttribute("Task", Namespace="https://www.microsoft.com/ComputeCluster/")] 
[CLSCompliantAttribute(true)] 
[GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D")] 
[ClassInterfaceAttribute(ClassInterfaceType.None)] 
public class Task : ITask
[SerializableAttribute] 
[ComVisibleAttribute(true)] 
[XmlTypeAttribute(L"Task", Namespace=L"https://www.microsoft.com/ComputeCluster/")] 
[CLSCompliantAttribute(true)] 
[GuidAttribute(L"60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D")] 
[ClassInterfaceAttribute(ClassInterfaceType::None)] 
public ref class Task : ITask
/** @attribute SerializableAttribute() */ 
/** @attribute ComVisibleAttribute(true) */ 
/** @attribute XmlTypeAttribute("Task", Namespace="https://www.microsoft.com/ComputeCluster/") */ 
/** @attribute CLSCompliantAttribute(true) */ 
/** @attribute GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D") */ 
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */ 
public class Task implements ITask
SerializableAttribute 
ComVisibleAttribute(true) 
XmlTypeAttribute("Task", Namespace="https://www.microsoft.com/ComputeCluster/") 
CLSCompliantAttribute(true) 
GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D") 
ClassInterfaceAttribute(ClassInterfaceType.None) 
public class Task implements ITask

Remarks

You should not use this class. Instead, you should use the ITask interface as shown in the following example:

ITask task = cluster.CreateTask();

Inheritance Hierarchy

System.Object
  Microsoft.ComputeCluster.Task

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.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

Task Members
Microsoft.ComputeCluster Namespace
Job Class
Cluster Class