

Public Member Functions | |
| IProcEventServer () | |
| Initializes an instance of the object. | |
| void | Start () |
| Starts the server listening for incoming event registration requests. | |
| void | Stop () |
| Stops the server from listening for incoming event registration requests. | |
| void | Pause () |
| Pauses a service's execution. | |
| void | Resume () |
| Resumes a paused service. | |
| int | Custom (int message, string data) |
| Custom. | |
| Simias::Event::IProcEventServer::IProcEventServer | ( | ) | [inline] |
Initializes an instance of the object.
| void Simias::Event::IProcEventServer::Start | ( | ) | [inline] |
Starts the server listening for incoming event registration requests.
Implements Simias::Service::IThreadService.
| void Simias::Event::IProcEventServer::Stop | ( | ) | [inline] |
Stops the server from listening for incoming event registration requests.
Implements Simias::Service::IThreadService.
| void Simias::Event::IProcEventServer::Pause | ( | ) | [inline] |
| void Simias::Event::IProcEventServer::Resume | ( | ) | [inline] |
| int Simias::Event::IProcEventServer::Custom | ( | int | message, | |
| string | data | |||
| ) | [inline] |
1.5.6