This receiver drop all events and do nothing else. This receiver can be helpful when developping a generator. You can subscribe your generator to this receiver and send event without developping the receiver first. It can simulate a working time with minDelay and maxDelay.
See Service Configuration for detailled information to configure your service. You must declare this receiver with the <receiver> section inside a <group> section. It will looks like :
<receiver name="MyReceiverName" type="LeCouteauSuisse.Components.PlugReceiver,
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 |
minDelay | No | 0 | The minimum delay in second to simulate the working time of the receiver. |
maxDelay | No | 0 | The maximum delay in second to simulate the working time of the receiver. |