Click or drag to resize

TaskId Constructor (String, Int32)

Initializes a new instance of the TaskId class with the specified stage ID and task number.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public TaskId(
	string stageId,
	int taskNumber
)

Parameters

stageId
Type: SystemString
The ID of the stage that this task belongs to.
taskNumber
Type: SystemInt32
The task number.
See Also