Click or drag to resize

KillTaskJetHeartbeatResponse Class

Response sent by the job server if the task server must kill the specified task.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJetHeartbeatResponse
    Ookii.Jumbo.JetKillTaskJetHeartbeatResponse

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class KillTaskJetHeartbeatResponse : JetHeartbeatResponse

The KillTaskJetHeartbeatResponse type exposes the following members.

Constructors
 NameDescription
Public methodKillTaskJetHeartbeatResponse Initializes a new instance of the KillTaskJetHeartbeatResponse class.
Top
Properties
 NameDescription
Public propertyCommand Gets the command the job server sent to the task server.
(Inherited from JetHeartbeatResponse)
Public propertyJobId Gets the job ID.
Public propertyTaskAttemptId Gets the task attempt ID.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRead Reads the object from the specified reader.
(Overrides JetHeartbeatResponseRead(BinaryReader))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite Writes the object to the specified writer.
(Overrides JetHeartbeatResponseWrite(BinaryWriter))
Top
Remarks
If the job server sends this reponse, it means it isn't interested in any future notifications about this task.
See Also