Click or drag to resize

ActionControl0 Delegate

Method signature for a control that does not take any values

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public delegate void ActionControl0(
	DateTime timeN,
	DateTime timeNp1,
	int controlStrategyId
)

Parameters

timeN
Type: SystemDateTime
timeNp1
Type: SystemDateTime
controlStrategyId
Type: SystemInt32
See Also