DryadLinqJobInfo ClassDryadLINQ documentation
Represents the current state of a set of DryadLINQ jobs that have already been submitted for execution. A DryadLinqJobInfo object is returned after a job is submitted for execution.
Inheritance Hierarchy

SystemObject
  Microsoft.Research.DryadLinqDryadLinqJobInfo

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

public sealed class DryadLinqJobInfo

The DryadLinqJobInfo type exposes the following members.

Methods

  NameDescription
Public methodCancelJob
Cancels all the unfinished jobs.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWait
Blocks until all the DryadLINQ jobs terminate.
Top
Properties

  NameDescription
Public propertyJobIds
Gets the job ids of the DryadLINQ jobs.
Top
See Also

Reference