Click or drag to resize

RunTaskJetHeartbeatResponse Constructor

Initializes a new instance of the RunTaskJetHeartbeatResponse class.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public RunTaskJetHeartbeatResponse(
	Job job,
	TaskAttemptId taskAttemptId
)

Parameters

job  Job
The job containing the task to run.
taskAttemptId  TaskAttemptId
The ID of the task to run.
See Also