Constructor for Process Manager

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

Syntax

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

Parameters

pm
Type: WaterSimDCDC..::..ProcessMethod
the process method to be calledProcessMethod
pt
Type: WaterSimDCDC..::..ProcessType
the process type, pre or post ProcessType
name
Type: System..::..String
a name for the process

See Also