PumpControlShutDown Method

Stop the pump immediately, no deceleration time.

The pump will be inactive until ControlResume(Int32) or one of the other Control method is called explicitly.

Definition

Namespace: DHI.Mike1D.StructureModule
Assembly: DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void ControlShutDown(
	int controlStrategyId = 0
)

Parameters

controlStrategyId  Int32  (Optional)

[Missing <param name="controlStrategyId"/> documentation for "M:DHI.Mike1D.StructureModule.Pump.ControlShutDown(System.Int32)"]

See Also