| 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
)
Public Shared Function CreateTaskIdString (
stageId As String,
taskNumber As Integer
) As String
public:
static String^ CreateTaskIdString(
String^ stageId,
int taskNumber
)
static member CreateTaskIdString :
stageId : string *
taskNumber : int -> string
Parameters
- stageId
- Type: SystemString
The stage ID. - taskNumber
- Type: SystemInt32
The task number.
Return Value
Type:
StringA task ID string.
See Also