Click or drag to resize

JetHeartbeatResponse Constructor

Initializes a new instance of the JetHeartbeatResponse class with the specified command.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public JetHeartbeatResponse(
	TaskServerHeartbeatCommand command
)

Parameters

command
Type: Ookii.Jumbo.JetTaskServerHeartbeatCommand
The command to send to the task server.
See Also