Task Constructor (ITask)

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

Initializes a new instance of the Task class using the specified task.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    task As ITask _
)
public Task (
    ITask task
)
public:
Task (
    ITask^ task
)
public Task (
    ITask task
)
public function Task (
    task : ITask
)

Parameters

  • task
    An instance of the Task interface whose properties are used to initialize this object.

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

Task Class
Task Members
Microsoft.ComputeCluster Namespace