This method will send new event.

Namespace:  LeCouteauSuisse.API
Assembly:  LeCouteauSuisseAPI (in LeCouteauSuisseAPI.dll) Version: 1.0.0.2 (1.0.0.2)

Syntax

C#
void Run()
Visual Basic (Declaration)
Sub Run
Visual C++
void Run()

Remarks

This method is call once inside the thread running the generator. In this method you implement your logic to generate events. This method is running until the service tell it must stop by calling the Stop()()() method.

See Also