

Public Member Functions | |
| void | Resume () |
| Called to resume the service after a pause. | |
| void | Pause () |
| Called to pause the service. | |
| void | Custom (int message, string data) |
| Called to process the service defined message. | |
| void | Stop () |
| Called to stop the service. | |
| void Simias::Service::ThreadServiceTest::Resume | ( | ) | [inline] |
| void Simias::Service::ThreadServiceTest::Pause | ( | ) | [inline] |
| void Simias::Service::ThreadServiceTest::Custom | ( | int | message, | |
| string | data | |||
| ) | [inline] |
Called to process the service defined message.
| message | ||
| data |
Implements Simias::Service::IThreadService.
| void Simias::Service::ThreadServiceTest::Stop | ( | ) | [inline] |
1.5.6