IJob Interface

Manages the tasks and resources that are associated with a job.

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

Usage

Syntax

'Declaration
<GuidAttribute("FC9A09D9-8F40-4d6c-B6CF-C12CEA9FC57E")> _
<ComVisibleAttribute(True)> _
Public Interface IJob
[GuidAttribute("FC9A09D9-8F40-4d6c-B6CF-C12CEA9FC57E")] 
[ComVisibleAttribute(true)] 
public interface IJob
[GuidAttribute(L"FC9A09D9-8F40-4d6c-B6CF-C12CEA9FC57E")] 
[ComVisibleAttribute(true)] 
public interface class IJob
/** @attribute GuidAttribute("FC9A09D9-8F40-4d6c-B6CF-C12CEA9FC57E") */ 
/** @attribute ComVisibleAttribute(true) */ 
public interface IJob
GuidAttribute("FC9A09D9-8F40-4d6c-B6CF-C12CEA9FC57E") 
ComVisibleAttribute(true) 
public interface IJob

Remarks

To create a job, call the ICluster.CreateJob 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

IJob Members
Microsoft.ComputeCluster Namespace