|  | Run | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe RunTaskJetHeartbeatResponse type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RunTaskJetHeartbeatResponse | Initializes a new instance of the RunTaskJetHeartbeatResponse class. | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Command | Gets the command the job server sent to the task server. (Inherited from JetHeartbeatResponse) | 
|  | Job | Gets the job containing the task to run. | 
|  | TaskAttemptId | Gets the ID of the task attempt the server should run. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Read | Reads the object from the specified reader. (Overrides JetHeartbeatResponseRead(BinaryReader)) | 
|  | ToString | Returns a string that represents the current object. (Inherited from Object) | 
|  | Write | Writes the object to the specified writer. (Overrides JetHeartbeatResponseWrite(BinaryWriter)) | 
 See Also
See Also