Click or drag to resize

IActionImplement 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
void Implement(
	DateTime timeN,
	DateTime timeNp1,
	int strategyId
)

Parameters

timeN
Type: SystemDateTime

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

timeNp1
Type: SystemDateTime

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

strategyId
Type: SystemInt32

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

See Also