AFNotification.Delete Method
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
Deletes this notification from the AFDatabase.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public void Delete()
Public Sub Delete Dim instance As AFNotification instance.Delete()
public: void Delete()
member Delete : unit -> unit
Remarks
This method will delete this notification from the AFDatabase.
The ApplyChanges or CheckIn method must be
called to save the delete to persistent storage.