Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages the tasks and resources that are associated with a job.
Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)
Usage
Syntax
'Declaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578")> _
<ComVisibleAttribute(True)> _
<XmlRootAttribute> _
<XmlTypeAttribute("Job", Namespace:="https://www.microsoft.com/ComputeCluster/")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<CLSCompliantAttribute(True)> _
Public Class Job
Implements IJob
[SerializableAttribute]
[DefaultMemberAttribute("Item")]
[GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578")]
[ComVisibleAttribute(true)]
[XmlRootAttribute]
[XmlTypeAttribute("Job", Namespace="https://www.microsoft.com/ComputeCluster/")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[CLSCompliantAttribute(true)]
public class Job : IJob
[SerializableAttribute]
[DefaultMemberAttribute(L"Item")]
[GuidAttribute(L"727C9DC1-E1BA-4750-8300-6495DE5DB578")]
[ComVisibleAttribute(true)]
[XmlRootAttribute]
[XmlTypeAttribute(L"Job", Namespace=L"https://www.microsoft.com/ComputeCluster/")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[CLSCompliantAttribute(true)]
public ref class Job : IJob
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("727C9DC1-E1BA-4750-8300-6495DE5DB578") */
/** @attribute ComVisibleAttribute(true) */
/** @attribute XmlRootAttribute() */
/** @attribute XmlTypeAttribute("Job", Namespace="https://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="https://www.microsoft.com/ComputeCluster/")
ClassInterfaceAttribute(ClassInterfaceType.None)
CLSCompliantAttribute(true)
public class Job implements IJob
Remarks
You should not use this class. Instead, you should use the IJob interface as shown in the following example:
IJob job = cluster.CreateJob();
Inheritance Hierarchy
System.Object
Microsoft.ComputeCluster.Job
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