The IGenerator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Initialize |
The method initialize the class.
|
![]() | Run |
This method will send new event.
|
![]() | Stop |
This method is call once when the service is stopping. This method must not hang, it must save a flag to tell the generator must stop and release all ressources.
|
Events
Name | Description | |
---|---|---|
![]() | NewEvent |
This event handler is used to generate Event. The service subscribe on this event handler to read each event generated.
|