Click or drag to resize

TaskStatusTaskServer Property

Gets or sets the task server that a job is assigned to.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public ServerAddress TaskServer { get; set; }

Property Value

Type: ServerAddress
Remarks
If there has been more than one attempt, this information only applies to the current attempt.
See Also