Click or drag to resize

TaskId Constructor

Overload List
  NameDescription
Public methodTaskId(String)
Initializes a new instance of the TaskId class with the specified task ID.
Public methodTaskId(String, Int32)
Initializes a new instance of the TaskId class with the specified stage ID and task number.
Public methodTaskId(TaskId, String)
Initializes a new instance of the TaskId class with the specified parent task and task ID.
Public methodTaskId(TaskId, String, Int32)
Initializes a new instance of the TaskId class with the specified parent task, stage ID and task number.
Top
See Also