Delegate InitSimulationStep
Initialization function delegate when the simulation step is performed concurrently.
Can be used for structures who needs information about the local execution environment.
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public delegate void InitSimulationStep(IStepExecutionContext context);
Parameters
Type | Name | Description |
---|---|---|
IStepExecutionContext | context | The execution context for the pre-, post-, or simple-tick phase |