Schedule Element for HostedProvider (ADF)
Contains elements that define the schedule for a hosted event provider.
Синтаксис
<Providers>
<HostedProvider>
...
<Schedule>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
None. |
Default value |
None. |
Occurrence |
Optional once per HostedProvider element. |
Updates |
Can be added and deleted when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
Замечания
The event provider schedule determines when and how often SQL Server 2005 Notification Services invokes the hosted event provider. If no schedule is provided, Notification Services invokes the event provider once; the event provider manages its own activity after this invocation.
Пример
The following example shows how to specify StartTime and Interval values for an event provider.
<Schedule>
<StartTime>22:00:00</StartTime>
<Interval>P0DT00H05M00S</Interval>
</Schedule>
См. также
Справочник
Application Definition File Reference
Другие ресурсы
Определение внутрипроцессных поставщиков событий
Обновление экземпляров и приложений