This generator launch an event comming from an external source. This source can use the SetManualEvent.exe tool to generate an event. This generator use the ManualEvent class. Each manual generator use an identifier, you must use the same identifier with the SetManualEvent tool.
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.ManualGenerator,
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 |
identifier | Yes | | The name to identify the manual generator. |
data | No | | Private data you want to add to each event generated. |