
Public Member Functions | |
| POBoxService () | |
| int | Ping (int sleepFor) |
| Ping Method for clients to determine if POBoxService is up and running. | |
| POBoxStatus | AcceptedSubscription (SubscriptionMsg subMsg) |
| Accept subscription. | |
| POBoxStatus | DeclinedSubscription (SubscriptionMsg subMsg) |
| Decline subscription. | |
| POBoxStatus | AckSubscription (SubscriptionMsg subMsg) |
| Acknowledge the subscription. | |
| SubscriptionInformation | GetSubscriptionInfo (string domainID, string identityID, string subscriptionID, string collectionID) |
| Get the subscription information. | |
| void | RemoveCollectionBySubscription (string subscription) |
| Creates a subscription in the POBox of the ToUser in the Subscription. | |
| void | RemoveSubscriptionsForCollection (string domainID, string collectionID) |
| Removes all subscriptions associated with this collection. | |
| void | RemoveSubscriptionByMember (string domainID, string collectionID, string userID) |
| Removes the subscription for this collection from the specified member. | |
| POBoxStatus | Invite (SubscriptionMsg subMsg) |
| Invite a user to a shared collection. | |
| Simias::POBoxService::Web::POBoxService::POBoxService | ( | ) | [inline] |
| int Simias::POBoxService::Web::POBoxService::Ping | ( | int | sleepFor | ) | [inline] |
Ping Method for clients to determine if POBoxService is up and running.
| sleepFor |
| POBoxStatus Simias::POBoxService::Web::POBoxService::AcceptedSubscription | ( | SubscriptionMsg | subMsg | ) | [inline] |
Accept subscription.
| subMsg |
| POBoxStatus Simias::POBoxService::Web::POBoxService::DeclinedSubscription | ( | SubscriptionMsg | subMsg | ) | [inline] |
Decline subscription.
| subMsg |
| POBoxStatus Simias::POBoxService::Web::POBoxService::AckSubscription | ( | SubscriptionMsg | subMsg | ) | [inline] |
Acknowledge the subscription.
| subMsg |
| SubscriptionInformation Simias::POBoxService::Web::POBoxService::GetSubscriptionInfo | ( | string | domainID, | |
| string | identityID, | |||
| string | subscriptionID, | |||
| string | collectionID | |||
| ) | [inline] |
Get the subscription information.
| domainID | ||
| identityID | ||
| subscriptionID | ||
| collectionID |
| void Simias::POBoxService::Web::POBoxService::RemoveCollectionBySubscription | ( | string | subscription | ) | [inline] |
Creates a subscription in the POBox of the ToUser in the Subscription.
| subscription |
| subscription | Subscription to the collection. |
| void Simias::POBoxService::Web::POBoxService::RemoveSubscriptionsForCollection | ( | string | domainID, | |
| string | collectionID | |||
| ) | [inline] |
Removes all subscriptions associated with this collection.
| void Simias::POBoxService::Web::POBoxService::RemoveSubscriptionByMember | ( | string | domainID, | |
| string | collectionID, | |||
| string | userID | |||
| ) | [inline] |
Removes the subscription for this collection from the specified member.
| member | Member to remove subscription from. |
| POBoxStatus Simias::POBoxService::Web::POBoxService::Invite | ( | SubscriptionMsg | subMsg | ) | [inline] |
Invite a user to a shared collection.
| subMsg |
1.5.6