This generator launch an event every a customizable period of milli-second. This generator use the TimerEvent class.
See Service Configuration for detailled information to configure your service. You must declare this generator with the <generator> section inside the <generators> section. It will looks like :
<generator name="MyGeneratorName" type="LeCouteauSuisse.Components.TimerGenerator,
LeCouteauSuisseComponents, Version=1.0.0.2, Culture=neutral, PublicKeyToken=8d1037c5df6d5bd0">
This component have some parameters inside the section <settings>. Each parameter is written with a <setting> section.
Key name | Mandatory | Default value | Description |
delay | No | 1000 | The delay in milli-second between two events. |
data | No | | Private data you want to add to each event generated. |