Adds a new
Step to monitor to this task.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Add(
IStepWithWeight step
)
Sub Add (
step As IStepWithWeight
)
void Add(
IStepWithWeight^ step
)
abstract Add :
step : IStepWithWeight -> unit Parameters
- step IStepWithWeight
- New step to add.
See Also