Webmasters, gagnez de l'argent en affichant des bannières contextuelles Oxado
SourceForge.net Logo
Support This Project
   LeCouteauSuisse Project
Welcome ! [ Home ]  ·  [ Downloads ]  ·  [ Forums ]  ·  [ News ]  ·  [ Documentations ]  
[ Home ]

[ Documentations ]

PlugReceiver


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 nameMandatoryDefault valueDescription
minDelayNo0The minimum delay in second to simulate the working time of the receiver.
maxDelayNo0The maximum delay in second to simulate the working time of the receiver.


LeCouteauSuisse