Creates a ProcessClass object and adds it to the process que

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

Syntax

C#
public void AddProcess(
	ProcessMethod pm,
	ProcessType pt,
	string name
)
Visual Basic
Public Sub AddProcess ( _
	pm As ProcessMethod, _
	pt As ProcessType, _
	name As String _
)

Parameters

pm
Type: WaterSimDCDC..::..ProcessMethod
method to call
pt
Type: WaterSimDCDC..::..ProcessType
pre or post process type
name
Type: System..::..String
name for process

Exceptions

ExceptionCondition
WaterSimDCDC..::..WaterSim_Exceptionif a process method of type pt is already in the process que

See Also