Click or drag to resize

ActionPIDActivate Method

Called when action is first activated. The state of the action should be initialized here.

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 Activate(
	DateTime time,
	int strategyId
)

Parameters

time
Type: SystemDateTime

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

strategyId
Type: SystemInt32

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

Implements

IActionActivate(DateTime, Int32)
See Also