Job Class
Manages the tasks and resources that are associated with a job.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
[SerializableAttribute] [DefaultMemberAttribute("Item")] [GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578")] [ComVisibleAttribute(true)] [XmlRootAttribute] [XmlTypeAttribute("Job", Namespace="http://www.microsoft.com/ComputeCluster/")] [ClassInterfaceAttribute(ClassInterfaceType.None)] [CLSCompliantAttribute(true)] public class Job : IJob
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute XmlRootAttribute() */
/** @attribute XmlTypeAttribute("Job", Namespace="http://www.microsoft.com/ComputeCluster/") */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute CLSCompliantAttribute(true) */
public class Job implements IJob
SerializableAttribute DefaultMemberAttribute("Item") GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578") ComVisibleAttribute(true) XmlRootAttribute XmlTypeAttribute("Job", Namespace="http://www.microsoft.com/ComputeCluster/") ClassInterfaceAttribute(ClassInterfaceType.None) CLSCompliantAttribute(true) public class Job implements IJob
You should not use this class. Instead, you should use the IJob interface as shown in the following example:
IJob job = cluster.CreateJob();
Community Additions
ADD
Show: