Click or drag to resize

JobCreateFullTaskId Method (Guid, TaskId)

Creates the full task id for the specified task.

Namespace:  Ookii.Jumbo.Jet
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public static string CreateFullTaskId(
	Guid jobId,
	TaskId taskId
)

Parameters

jobId
Type: SystemGuid
The job ID.
taskId
Type: Ookii.Jumbo.JetTaskId
The task ID.

Return Value

Type: String
The full task ID of the form "{jobID}_taskID".
See Also