SimulationLauncherAddSimulationDoneEvent Method |
Namespace:
DHI.Mike1D.SimLauncher
Assembly:
DHI.Mike1D.SimLauncher (in DHI.Mike1D.SimLauncher.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax 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