Signal is a way to report events through the
APV system. Signal string should not be localized.
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 Signal(
string signal
)
Public Sub Signal (
signal As String
)
public:
void Signal(
String^ signal
)
Parameters
- signal
- Type: SystemString
[Missing <param name="signal"/> documentation for "M:DHI.Mike1D.SimLauncher.Apv.Signal(System.String)"]
See Also