Delegate RegisterAgent
Loads an a ITickClient at the runtime system to get be triggered by them.
The runtime system uses the passed executionInterval to associated the object in a specific execution
group.
Otherwise the type mapping of this object will be used or 1 as default value (triggered in each tick).
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public delegate void RegisterAgent(ILayer layer, ITickClient tickClient);
Parameters
Type | Name | Description |
---|---|---|
ILayer | layer | The layer responsible for the tick client or the layer itself |
ITickClient | tickClient | The ITickClient object which shall be triggered now. |