TaskId Class

Definition

Contains the identifiers that uniquely identify the task.

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("905104BE-C738-481c-AE52-285C3253870B")]
public class TaskId : Microsoft.Hpc.Scheduler.Properties.ITaskId
type TaskId = class
    interface ITaskId
Public Class TaskId
Implements ITaskId
Inheritance
TaskId
Attributes
Implements

Constructors

TaskId()

Initializes an empty instance of the TaskId class.

TaskId(Int32)

Initializes a new instance of the TaskId class using the identifier that identifies the task within the job.

TaskId(Int32, Int32)

Initializes a new instance of the TaskId class using the identifiers for a parametric task.

TaskId(Int32, Int32, Int32)

Initializes a new instance of the TaskId class using the job, task, and instance identifiers.

TaskId(String)

Initializes a new instance of the TaskId class using a string to identify the task identifiers.

Properties

InstanceId

Retrieves the instance identifier of a parametric task.

JobTaskId

Retrieves the sequential identifier of the task.

ParentJobId

Retrieves the identifier of the job to which the task belongs.

Methods

Equals(Object)

Determines if this object is equal to the specified task identifier object.

GetHashCode()

Retrieves the hash code for this object.

ToString()

Retrieves a string that represents the object.

Applies to