Alert structure

A structure representing an alert subscription.

Namespace:  WebSvcAlerts
Assembly:  STSSOAP (in STSSOAP.dll)

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

WebSvcAlerts namespace