ActionTimeout Element for ChronicleRule (ADF)
Specifies an interval during which the Transact-SQL statements specified in the event chronicle Action element must complete.
Sintaxis
<EventClasses>
<EventClass>
...
<ChronicleRule>
...
<ActionTimeout>
Element Characteristics
Characteristic | Description |
---|---|
Data type |
duration |
Default value |
30 minutes (PT30M). |
Occurrence |
Optional once per ChronicleRule element. |
Updates |
Can be added, deleted, and modified when updating the application. |
Element Relationships
Relationship | Elements |
---|---|
Parent element |
|
Child elements |
None. |
Notas
If an action does not complete in the time specified by ActionTimeout, Notification Services cancels the action and writes an error in the event log.
The format of the XML duration data type is PnYnMnDTnHnMnS. For more information about XML data types, see Primitive XML Data Types in the Microsoft MSDN Library.
Ejemplo
This example shows an ActionTimeout element with a value of five minutes.
<ActionTimeout>PT5M</ActionTimeout>
Vea también
Referencia
Application Definition File Reference
Otros recursos
Definir reglas de crónica de eventos
Actualizar instancias y aplicaciones