AFNotificationContentResults Constructor
- Last UpdatedJan 12, 2026
- 1 minute read
- PI System
- AF SDK 3.2.0
- Developer
Creates an instance of the AFNotificationContentResults collection.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
Syntax
public AFNotificationContentResults( AFNotification notification )
Public Sub New ( notification As AFNotification ) Dim notification As AFNotification Dim instance As New AFNotificationContentResults(notification)
public: AFNotificationContentResults( AFNotification^ notification )
new : notification : AFNotification -> AFNotificationContentResults
Parameters
- notification
- Type: OSIsoft.AF.NotificationAFNotification
The AFNotification associated with the collection of content results.