ITaskMonitorRemove Method
|
Removes a
Step to monitor from this task.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxvoid Remove(
IStepWithWeight step
)
Sub Remove (
step As IStepWithWeight
)
void Remove(
IStepWithWeight^ step
)
abstract Remove :
step : IStepWithWeight -> unit Parameters
- step IStepWithWeight
- Step to remove.
See Also