Adds the ProcessClass pc to the process pool

Namespace: WaterSimDCDC
Assembly: WaterSimDCDC_API (in WaterSimDCDC_API.dll) Version: 5.0.0.10 (5.0.0.10)

Syntax

C#
public void AddProcess(
	ProcessClass pc
)
Visual Basic
Public Sub AddProcess ( _
	pc As ProcessClass _
)

Parameters

pc
Type: WaterSimDCDC..::..ProcessClass
ProcessClass to add

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif a ProcessClass pc already in the process que or pc is null

See Also