ITask Interface
Defines a task.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("E43BD973-17A3-4d7e-B322-18696705A32E")> _
Public Interface ITask
[ComVisibleAttribute(true)]
[GuidAttribute("E43BD973-17A3-4d7e-B322-18696705A32E")]
public interface ITask
[ComVisibleAttribute(true)]
[GuidAttribute(L"E43BD973-17A3-4d7e-B322-18696705A32E")]
public interface class ITask
/** @attribute ComVisibleAttribute(true) */
/** @attribute GuidAttribute("E43BD973-17A3-4d7e-B322-18696705A32E") */
public interface ITask
ComVisibleAttribute(true)
GuidAttribute("E43BD973-17A3-4d7e-B322-18696705A32E")
public interface ITask
Remarks
To create a task, call the ICluster.CreateTask method.
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
ITask Members
Microsoft.ComputeCluster Namespace
IJob Interface
ICluster Interface