Share via


Job Constructor (IJob)

This constructor supports the infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the Job class using the properties of the specified job.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    job As IJob _
)
public Job (
    IJob job
)
public:
Job (
    IJob^ job
)
public Job (
    IJob job
)
public function Job (
    job : IJob
)

Parameters

  • job
    An instance of an IJob interface whose properties are used to initialize the contents of the new job.

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

Job Class
Job Members
Microsoft.ComputeCluster Namespace