Adds the ProcessClass pc to the process pool
Namespace: WaterSimDCDCAssembly: 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
| Exception | Condition |
|---|---|
| WaterSimDCDC..::..WaterSim_Exception | if a ProcessClass pc already in the process que or pc is null |