Click or drag to resize

TaskIdCreateTaskIdString Method

Creates a task ID string from 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 static string CreateTaskIdString(
	string stageId,
	int taskNumber
)

Parameters

stageId
Type: SystemString
The stage ID.
taskNumber
Type: SystemInt32
The task number.

Return Value

Type: String
A task ID string.
See Also