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