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 ]

Which receiver to use


Several receivers are provided by default in LeCouteauSuisse. This receivers can help you to do some task. You can choose a receiver when you have this task to do :

  • You want write in a file : you can use the FileReceiver.
  • You want launch a program : you can use the LaunchTaskReceiver.
  • You want send a mail : you can use the MailReceiver. This receiver is based on the SmtpClient class of the Framework.
  • You want to dequeue a message in a queue on a Message Queuing server (MSMQ) : you can use the MSMQReceiver. This receiver is based on the MessageQueue class of the Framework. This receiver is useful in conjunction with a MSMQGenerator, it can dequeue your message when all receivers of the group have done their jobs.
  • You want to drop events (when you test a generator for example) : you can use the PlugReceiver.


LeCouteauSuisse