Developing Subscription Management Interfaces
Subscriber and subscription information is entered into the Notification Services system through a subscription management interface. This interface is often an ASP.NET Web application.
As part of developing a Notification Services application, you usually must develop this interface using the Notification Services subscription management API. This API supports adding, updating, and removing subscribers, subscriber devices, and subscriptions. For more information about using ASP.NET, see ASP.NET in the MSDN Library.
Notification Services also provides views that you can use to manage subscribers, subscriber devices, and basic subscriptions. For more information about Notification Services views, see Notification Services Views.
In This Section
Topic | Description |
---|---|
Provides an overview of the Notification Services subscription management API. |
|
Describes setting references, registering the instance, and providing permissions to the subscription management interface. |
|
Contains information on how to use the Notification Services Subscriber and SubscriberEnumeration classes to enter and maintain subscriber information. |
|
Describes how to use the Notification Services SubscriberDevice and SubscriberDeviceEnumeration classes to enter and maintain subscriber device information. Discusses how to use the DeliveryChannel class, along with its related enumeration class, to provide information from a standard Notification Services table to your user interface. |
|
Describes how to use the Notification Services Subscription and SubscriptionEnumeration classes to enter and maintain subscription information. Discusses how to use the SubscriberLocale and TimeZone classes, along with their related enumeration classes, to provide information from standard Notification Services tables to your user interface. |
See Also
Concepts
Subscription Management Architecture
Other Resources
Building Notification Solutions