Share via


JobCounter Constructor (Job)

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

Initializes a new instance of the JobCounter class using the specified job.

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

Usage

Syntax

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

Parameters

  • 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

JobCounter Class
JobCounter Members
Microsoft.ComputeCluster Namespace