Click or drag to resize

ActionChangeImplement Method

Implement action, update value of controlled item.

Namespace:  DHI.Mike1D.ControlModule
Assembly:  DHI.Mike1D.ControlModule (in DHI.Mike1D.ControlModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public override void Implement(
	DateTime timeN,
	DateTime timeNp1,
	int strategyId
)

Parameters

timeN
Type: SystemDateTime

[Missing <param name="timeN"/> documentation for "M:DHI.Mike1D.ControlModule.ActionChange.Implement(System.DateTime,System.DateTime,System.Int32)"]

timeNp1
Type: SystemDateTime

[Missing <param name="timeNp1"/> documentation for "M:DHI.Mike1D.ControlModule.ActionChange.Implement(System.DateTime,System.DateTime,System.Int32)"]

strategyId
Type: SystemInt32

[Missing <param name="strategyId"/> documentation for "M:DHI.Mike1D.ControlModule.ActionChange.Implement(System.DateTime,System.DateTime,System.Int32)"]

Implements

IActionImplement(DateTime, DateTime, Int32)
See Also