Developing a Custom Event Provider
Notification Services provides three standard event providers to help you develop applications rapidly. However, if you want to gather event data from data sources that the standard event providers do not monitor, or you might need to tailor the event data to meet particular application requirements, you can develop a custom event provider.
In This Section
Topic | Description |
---|---|
Describes the types of custom event providers and the APIs they can use to submit events. |
|
Describes the interfaces for developing an event provider to be hosted by Notification Services. |
|
Describes considerations for developing event providers that run independently of Notification Services. |
|
Describes how to submit individual event objects to a Notification Services application. |
|
Describes how to submit XML data as events for a Notification Services application. |
|
Describes how to use the event-submission stored procedures to submit event data to a Notification Services application. |
See Also
Other Resources
Developing Custom Notification Services Components
Standard Event Providers
Defining Event Providers