AFNotificationContentResults Constructor
- Last UpdatedNov 18, 2025
- 1 minute read
- PI System
- AF SDK 2024 R2
- Developer
Creates an instance of the AFNotificationContentResults collection.
Namespace: OSIsoft.AF.Notification
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
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.