AFNotifyOption Enumeration
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Defines when an AFNotificationRule is to be sent.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public enum AFNotifyOption
Public Enumeration AFNotifyOption Dim instance As AFNotifyOption
public enum class AFNotifyOption
type AFNotifyOption
Members
| Member name | Value | Description | |
|---|---|---|---|
| EventStart | 0 | Notification is sent when the triggering event starts. | |
| EventEnd | 1 | Notification is sent when the triggering event ends. | |
| EventStartAndEnd | 2 | Notification is sent when the triggering event starts and then ends. |