

Public Member Functions | |
| Service () | |
| Constructor. | |
| void | Start () |
| Start the Domain Watcher service. | |
| void | Stop () |
| Stop the service. | |
| void | Resume () |
| Resume the service. Really don't support resume/pause - just start and stop under the covers. | |
| void | Pause () |
| Pause the service. | |
| int | Custom (int message, string data) |
| Custom service method. | |
| Simias::DomainWatcher::Service::Service | ( | ) | [inline] |
Constructor.
| void Simias::DomainWatcher::Service::Start | ( | ) | [inline] |
| void Simias::DomainWatcher::Service::Stop | ( | ) | [inline] |
| void Simias::DomainWatcher::Service::Resume | ( | ) | [inline] |
Resume the service. Really don't support resume/pause - just start and stop under the covers.
Implements Simias::Service::IThreadService.
| void Simias::DomainWatcher::Service::Pause | ( | ) | [inline] |
| int Simias::DomainWatcher::Service::Custom | ( | int | message, | |
| string | data | |||
| ) | [inline] |
1.5.6