
Public Member Functions | |
| SubscriptionService () | |
| Constructor. | |
| bool | QueueSubscription (POBox poBox, Subscription subscription) |
| Adds subscription information to be processed if it isn't already being processed. | |
| void | Stop () |
| Stops the subscription service thread. | |
| Simias::POBox::SubscriptionService::SubscriptionService | ( | ) | [inline] |
Constructor.
| bool Simias::POBox::SubscriptionService::QueueSubscription | ( | POBox | poBox, | |
| Subscription | subscription | |||
| ) | [inline] |
Adds subscription information to be processed if it isn't already being processed.
| poBox | The POBox associated with this subscription. | |
| subscription | The Subscription to process. |
| void Simias::POBox::SubscriptionService::Stop | ( | ) | [inline] |
Stops the subscription service thread.
1.5.6