Returns the process method to be called

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

Syntax

C#
public ProcessMethod ProcessHandler { get; }
Visual Basic
Public ReadOnly Property ProcessHandler As ProcessMethod
	Get

Field Value

a ProcessMethod delegate method

See Also