Task Class
Defines a task.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [XmlTypeAttribute("Task", Namespace="http://www.microsoft.com/ComputeCluster/")] [CLSCompliantAttribute(true)] [GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D")] [ClassInterfaceAttribute(ClassInterfaceType.None)] public class Task : ITask
/** @attribute SerializableAttribute() */
/** @attribute ComVisibleAttribute(true) */
/** @attribute XmlTypeAttribute("Task", Namespace="http://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="http://www.microsoft.com/ComputeCluster/") CLSCompliantAttribute(true) GuidAttribute("60650A6E-F4F0-4a1c-BBC7-399A3EFAAB8D") ClassInterfaceAttribute(ClassInterfaceType.None) public class Task implements ITask
You should not use this class. Instead, you should use the ITask interface as shown in the following example:
ITask task = cluster.CreateTask();
Community Additions
ADD
Show: