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: 2.0.0
Syntax
[SerializableAttribute]
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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.)
Top
Remarks
If the job server sends this reponse, it means it isn't interested in any future notifications about this task.
See Also