Click or drag to resize

SimulationLauncherAddSimulationDoneEvent Method

Add delegate to SimulationDoneEvent

Namespace:  DHI.Mike1D.SimLauncher
Assembly:  DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddSimulationDoneEvent(
	SimulationLauncherSimulationDoneEventType f
)

Parameters

f
Type: DHI.Mike1D.SimLauncherSimulationLauncherSimulationDoneEventType

[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