Delegate UnregisterAgent
Unloads a ITickClient from the runtime system associated to the passed ILayer
The runtime system uses the executionInterval to deregister the tick object from the execution groups
Namespace: Mars.Interfaces.Layers
Assembly: Mars.Interfaces.dll
Syntax
public delegate void UnregisterAgent(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 not be triggered anymore. |