SimulationLauncherAddSimulationDoneEvent Method

Add delegate to SimulationDoneEvent

Definition

Namespace: DHI.Mike1D.SimLauncher
Assembly: DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void AddSimulationDoneEvent(
	SimulationLauncherSimulationDoneEventType f
)

Parameters

f  SimulationLauncherSimulationDoneEventType

[Missing <param name="f"/> documentation for "M:DHI.Mike1D.SimLauncher.SimulationLauncher.AddSimulationDoneEvent(DHI.Mike1D.SimLauncher.SimulationLauncher.SimulationDoneEventType)"]

Remarks

The custom delegate definition in SimulationLauncherSimulationDoneEventType is needed here (instead of using e.g. System.Action) since the type needs to be accessible via reflection from c++. The AddSimulationDoneEvent(SimulationLauncherSimulationDoneEventType) is used from c++ via reflection.

See Also