| 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
)
Public Sub New (
stageId As String,
taskNumber As Integer
)
public:
TaskId(
String^ stageId,
int taskNumber
)
new :
stageId : string *
taskNumber : int -> TaskId
Parameters
- stageId
- Type: SystemString
The ID of the stage that this task belongs to. - taskNumber
- Type: SystemInt32
The task number.
See Also