Alert Structure

A structure representing an alert subscription.

Namespace:  [Alerts Web service]
Web service reference: http://Site/_vti_bin/Alerts.asmx

Syntax

'Declaration
<SerializableAttribute> _
Public Structure Alert
'Usage
Dim instance As Alert
[SerializableAttribute]
public struct Alert

Remarks

An alert subscription is a persistent request on the server for notifications (alert) that a particular document or list has been modified in a specific way. The alert subscription contains the information that determines when to generate a notification, and how to deliver the notification.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Alert Members

Alerts Web Service